1
0
Fork 0
Everything2Everything/.gitignore
Yun Chan 4cd9c678c0
Some checks are pending
Forgejo Release / build-and-release (push) Waiting to run
feat(tdd): implement SSOT canon, AGENTS.md, ultra-strict design audit, E2E scenarios, and Forgejo release pipeline
2026-09-03 12:21:40 +09:00

53 lines
700 B
Text

# build outputs
bin/
obj/
publish/
publish-self/
# IDE
.vs/
.vscode/
*.user
*.suo
# OS
Thumbs.db
.DS_Store
# logs
*.log
# rider
.idea/
# Phase 2 packaging artifacts
*.pfx
*.msix
*.msixbundle
*.appx
*.appxbundle
packaging/Layout/
packaging/dist/
# C++ project intermediate
src/Everything2Everything.Shell/x64/
src/Everything2Everything.Shell/Win32/
src/Everything2Everything.Shell/Debug/
src/Everything2Everything.Shell/Release/
src/Everything2Everything.Shell/.vs/
src/Everything2Everything.Shell/Everythi*/
*.tlog
*.obj
*.pch
*.iobj
*.ipdb
*.recipe
*.lastbuildstate
# .NET artifacts dir from BuildMsix.ps1
artifacts/
# NuGet packages restore + nuget.exe cache
packages/
tools/*
!tools/*.ps1