gitignore/VisualStudio.gitignore

139 lines
1.8 KiB
Plaintext
Raw Normal View History

2010-11-08 21:51:44 +01:00
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
2010-11-08 21:51:44 +01:00
# Build results
2012-04-14 00:17:09 +02:00
[Dd]ebug/
[Rr]elease/
x64/
2012-04-14 00:17:09 +02:00
build/
[Bb]in/
[Oo]bj/
2012-04-14 00:17:09 +02:00
# MSTest test Results
[Tt]est[Rr]esults/
2012-04-14 00:17:09 +02:00
[Bb]uild[Ll]og.*
*_i.c
*_p.c
*.ilk
*.meta
2010-11-08 21:51:44 +01:00
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.log
*.vspscc
*.vssscc
2010-11-08 21:51:44 +01:00
.builds
2012-04-14 00:17:09 +02:00
*.pidb
*.log
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
2010-11-22 22:52:25 +01:00
# Visual Studio profiler
*.psess
*.vsp
*.vspx
2010-11-22 22:52:25 +01:00
2012-04-10 19:01:00 +02:00
# Guidance Automation Toolkit
*.gpState
2010-11-08 21:51:44 +01:00
# ReSharper is a .NET coding add-in
2012-04-14 00:17:09 +02:00
_ReSharper*/
*.[Rr]e[Ss]harper
2010-11-08 21:51:44 +01:00
# NCrunch
*.ncrunch*
.*crunch*.local.xml
2012-04-14 00:17:09 +02:00
# Installshield output folder
2011-08-17 20:24:43 +02:00
[Ee]xpress
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish
# Publish Web Output
*.Publish.xml
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/
# Windows Azure Build Output
csx
*.build.csdef
# Windows Store app package directory
AppPackages/
2010-11-08 21:51:44 +01:00
# Others
2010-11-08 22:02:20 +01:00
sql
TestResults
[Tt]est[Rr]esult*
2010-11-08 22:02:20 +01:00
*.Cache
ClientBin
2012-03-08 21:53:34 +01:00
[Ss]tyle[Cc]op.*
2010-11-08 22:02:20 +01:00
~$*
*.dbmdl
2012-04-14 00:17:09 +02:00
*.[Pp]ublish.xml
*.pfx
2012-04-14 00:17:09 +02:00
Generated_Code #added for RIA/Silverlight projects
# 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
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
# =========================
# Windows detritus
# =========================
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac crap
.DS_Store