gitignore/VisualStudio.gitignore

171 lines
2.3 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/
bld/
[Bb]in/
[Oo]bj/
2012-04-14 00:17:09 +02:00
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
# MSTest test Results
[Tt]est[Rr]esult*/
2012-04-14 00:17:09 +02:00
[Bb]uild[Ll]og.*
2013-04-11 23:46:03 +02:00
#NUNIT
*.VisualState.xml
TestResult.xml
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
2010-11-08 21:51:44 +01:00
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
2010-11-08 21:51:44 +01:00
.builds
2012-04-14 00:17:09 +02:00
*.pidb
*.svclog
2012-04-14 00:17:09 +02:00
*.scc
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
2010-11-22 22:52:25 +01:00
# Visual Studio profiler
*.psess
*.vsp
*.vspx
2010-11-22 22:52:25 +01:00
# TFS 2012 Local Workspace
$tf/
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
*.DotSettings.user
2010-11-08 21:51:44 +01:00
# TeamCity is a build add-in
_TeamCity*
2012-04-19 11:17:30 +02:00
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
*.ncrunch*
2013-09-23 12:04:38 +02:00
_NCrunch_*
.*crunch*.local.xml
2012-04-14 00:17:09 +02:00
# Installshield output folder
[Ee]xpress/
2011-08-17 20:24:43 +02:00
# 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
sql/
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
*.dbproj.schemaview
2012-04-14 00:17:09 +02:00
*.[Pp]ublish.xml
*.pfx
*.publishsettings
2012-04-14 00:17:09 +02:00
# RIA/Silverlight projects
Generated_Code/
# 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
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# =========================
# 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