2010-11-09 04:51:44 +08:00
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
|
|
|
|
# User-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
2011-05-20 12:34:57 +08:00
|
|
|
*.sln.docstates
|
2010-11-09 04:51:44 +08:00
|
|
|
|
|
|
|
# Build results
|
2012-04-14 06:17:09 +08:00
|
|
|
|
2012-12-20 07:46:33 +08:00
|
|
|
[Dd]ebug/
|
2010-11-21 11:46:50 +08:00
|
|
|
[Rr]elease/
|
2012-12-20 07:46:33 +08:00
|
|
|
x64/
|
2012-04-14 06:17:09 +08:00
|
|
|
build/
|
2013-03-13 16:12:33 +08:00
|
|
|
bld/
|
2012-12-20 07:46:33 +08:00
|
|
|
[Bb]in/
|
|
|
|
[Oo]bj/
|
2012-04-14 06:17:09 +08:00
|
|
|
|
2013-06-29 07:44:00 +08:00
|
|
|
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
|
|
|
|
!packages/*/build/
|
|
|
|
|
2012-12-20 07:46:33 +08:00
|
|
|
# MSTest test Results
|
2012-12-11 10:28:04 +08:00
|
|
|
[Tt]est[Rr]esult*/
|
2012-04-14 06:17:09 +08:00
|
|
|
[Bb]uild[Ll]og.*
|
|
|
|
|
2013-04-12 05:46:03 +08:00
|
|
|
#NUNIT
|
|
|
|
*.VisualState.xml
|
|
|
|
TestResult.xml
|
|
|
|
|
2010-11-21 11:46:50 +08:00
|
|
|
*_i.c
|
|
|
|
*_p.c
|
2012-05-13 23:02:33 +08:00
|
|
|
*_i.h
|
2010-11-21 11:46:50 +08:00
|
|
|
*.ilk
|
|
|
|
*.meta
|
2010-11-09 04:51:44 +08:00
|
|
|
*.obj
|
2010-11-21 11:46:50 +08:00
|
|
|
*.pch
|
|
|
|
*.pdb
|
|
|
|
*.pgc
|
|
|
|
*.pgd
|
|
|
|
*.rsp
|
|
|
|
*.sbr
|
|
|
|
*.tlb
|
|
|
|
*.tli
|
|
|
|
*.tlh
|
|
|
|
*.tmp
|
2013-01-09 20:35:20 +08:00
|
|
|
*.tmp_proj
|
2012-12-20 07:46:33 +08:00
|
|
|
*.log
|
2010-11-21 11:46:50 +08:00
|
|
|
*.vspscc
|
2012-04-03 18:38:46 +08:00
|
|
|
*.vssscc
|
2010-11-09 04:51:44 +08:00
|
|
|
.builds
|
2012-04-14 06:17:09 +08:00
|
|
|
*.pidb
|
2013-10-21 09:40:53 +08:00
|
|
|
*.svclog
|
2012-04-14 06:17:09 +08:00
|
|
|
*.scc
|
2012-12-20 07:46:33 +08:00
|
|
|
|
2010-11-23 05:41:39 +08:00
|
|
|
# Visual C++ cache files
|
|
|
|
ipch/
|
|
|
|
*.aps
|
|
|
|
*.ncb
|
|
|
|
*.opensdf
|
|
|
|
*.sdf
|
2012-09-10 21:49:43 +08:00
|
|
|
*.cachefile
|
2010-11-23 05:41:39 +08:00
|
|
|
|
2010-11-23 05:52:25 +08:00
|
|
|
# Visual Studio profiler
|
|
|
|
*.psess
|
|
|
|
*.vsp
|
2012-12-20 07:46:33 +08:00
|
|
|
*.vspx
|
2010-11-23 05:52:25 +08:00
|
|
|
|
2013-01-26 03:35:41 +08:00
|
|
|
# TFS 2012 Local Workspace
|
|
|
|
$tf/
|
|
|
|
|
2012-04-11 01:01:00 +08:00
|
|
|
# Guidance Automation Toolkit
|
|
|
|
*.gpState
|
|
|
|
|
2010-11-09 04:51:44 +08:00
|
|
|
# ReSharper is a .NET coding add-in
|
2012-04-14 06:17:09 +08:00
|
|
|
_ReSharper*/
|
|
|
|
*.[Rr]e[Ss]harper
|
2013-04-11 10:24:28 +08:00
|
|
|
*.DotSettings.user
|
2010-11-09 04:51:44 +08:00
|
|
|
|
2012-10-19 20:32:36 +08:00
|
|
|
# TeamCity is a build add-in
|
|
|
|
_TeamCity*
|
|
|
|
|
2012-04-19 17:17:30 +08:00
|
|
|
# DotCover is a Code Coverage Tool
|
|
|
|
*.dotCover
|
|
|
|
|
2012-04-03 18:38:46 +08:00
|
|
|
# NCrunch
|
|
|
|
*.ncrunch*
|
2013-09-23 18:04:38 +08:00
|
|
|
_NCrunch_*
|
2012-04-03 18:38:46 +08:00
|
|
|
.*crunch*.local.xml
|
|
|
|
|
2012-04-14 06:17:09 +08:00
|
|
|
# Installshield output folder
|
2012-12-11 10:28:04 +08:00
|
|
|
[Ee]xpress/
|
2011-08-18 02:24:43 +08:00
|
|
|
|
2010-11-11 04:27:49 +08: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
|
2012-12-11 10:28:04 +08:00
|
|
|
publish/
|
2010-11-11 04:27:49 +08:00
|
|
|
|
2012-04-03 18:38:46 +08:00
|
|
|
# Publish Web Output
|
|
|
|
*.Publish.xml
|
|
|
|
|
2012-12-20 07:46:33 +08:00
|
|
|
# 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-09 04:51:44 +08:00
|
|
|
# Others
|
2012-12-11 10:28:04 +08:00
|
|
|
sql/
|
2010-11-09 05:02:20 +08:00
|
|
|
*.Cache
|
2012-12-11 10:28:04 +08:00
|
|
|
ClientBin/
|
2012-03-09 04:53:34 +08:00
|
|
|
[Ss]tyle[Cc]op.*
|
2010-11-09 05:02:20 +08:00
|
|
|
~$*
|
2012-08-12 06:33:32 +08:00
|
|
|
*~
|
2011-01-29 22:11:11 +08:00
|
|
|
*.dbmdl
|
2013-07-17 06:09:34 +08:00
|
|
|
*.dbproj.schemaview
|
2012-04-14 06:17:09 +08:00
|
|
|
*.[Pp]ublish.xml
|
2013-01-23 02:30:18 +08:00
|
|
|
*.pfx
|
2013-01-25 04:24:17 +08:00
|
|
|
*.publishsettings
|
2012-04-14 06:17:09 +08:00
|
|
|
|
2012-12-11 10:28:04 +08:00
|
|
|
# RIA/Silverlight projects
|
|
|
|
Generated_Code/
|
2011-03-08 06:50:23 +08:00
|
|
|
|
|
|
|
# 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/
|
2011-05-28 06:47:21 +08:00
|
|
|
Backup*/
|
|
|
|
UpgradeLog*.XML
|
2013-01-20 00:25:10 +08:00
|
|
|
UpgradeLog*.htm
|
2012-04-03 18:38:46 +08:00
|
|
|
|
2012-12-20 07:46:33 +08:00
|
|
|
# SQL Server files
|
|
|
|
App_Data/*.mdf
|
|
|
|
App_Data/*.ldf
|
|
|
|
|
2013-02-27 07:23:49 +08:00
|
|
|
# Business Intelligence projects
|
|
|
|
*.rdl.data
|
|
|
|
*.bim.layout
|
|
|
|
*.bim_*.settings
|
|
|
|
|
2013-11-04 22:36:51 +08:00
|
|
|
# Microsoft Fakes
|
|
|
|
FakesAssemblies/
|
|
|
|
|
2012-12-20 07:46:33 +08:00
|
|
|
# =========================
|
|
|
|
# Windows detritus
|
|
|
|
# =========================
|
|
|
|
|
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
2013-01-23 02:35:42 +08:00
|
|
|
|
|
|
|
# Mac crap
|
|
|
|
.DS_Store
|