53 lines
878 B
Plaintext
53 lines
878 B
Plaintext
|
## Ignore Visual Studio temporary files, build results, and
|
||
|
## files generated by popular Visual Studio add-ons.
|
||
|
# https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||
|
|
||
|
# User-specific files
|
||
|
*.suo
|
||
|
*.user
|
||
|
*.sln.docstates
|
||
|
|
||
|
# Build results
|
||
|
[Dd]ebug/
|
||
|
[Rr]elease/
|
||
|
x64/
|
||
|
[Bb]in/
|
||
|
[Oo]bj/
|
||
|
|
||
|
# Visual C++ cache files
|
||
|
ipch/
|
||
|
*.aps
|
||
|
*.ncb
|
||
|
*.opensdf
|
||
|
*.sdf
|
||
|
*.cachefile
|
||
|
|
||
|
# Visual Studio profiler
|
||
|
*.psess
|
||
|
*.vsp
|
||
|
*.vspx
|
||
|
|
||
|
# NuGet Packages Directory
|
||
|
packages/
|
||
|
|
||
|
|
||
|
# Backup & report files from converting an old project file to a newer
|
||
|
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
||
|
_UpgradeReport_Files/
|
||
|
Backup*/
|
||
|
UpgradeLog*.XML
|
||
|
UpgradeLog*.htm
|
||
|
|
||
|
# =========================
|
||
|
# Windows detritus
|
||
|
# =========================
|
||
|
|
||
|
# Windows image file caches
|
||
|
Thumbs.db
|
||
|
ehthumbs.db
|
||
|
|
||
|
# Folder config file
|
||
|
Desktop.ini
|
||
|
|
||
|
# Recycle Bin used on file shares
|
||
|
$RECYCLE.BIN/
|