123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Visual Studio
- .vs
- .idea
- .vscode
- *.user
- *.suo
- *.userprefs
- # Build results
- [Dd]ebug/
- [Dd]ebugPublic/
- [Rr]elease/
- [Rr]eleases/
- x64/
- x86/
- bld/
- # MSTest test Results
- [Tt]est[Rr]esult*/
- [Bb]uild[Ll]og.*
- # NuGet Packages
- *.nupkg
- **/packages/*
- !**/packages/build/
- # Backup & report files from converting an old project file
- _UpgradeReport_Files/
- Backup*/
- UpgradeLog*.XML
- UpgradeLog*.htm
- # Others
- *.Cache
- ClientBin/
- ~$*
- *~
- *.tmp
- *.log
- *.vsidx
- *.vspscc
- *.vsscc
|