56 lines
728 B
Text
56 lines
728 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/
|
|
|
|
# test assets
|
|
test_assets/
|
|
|
|
# NuGet packages restore + nuget.exe cache
|
|
packages/
|
|
tools/*
|
|
!tools/*.ps1
|