VisualStudio.gitignore 2.0 KB
Newer Older
A
Adam Vandenberg 已提交
1 2 3 4 5 6
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
7
*.sln.docstates
A
Adam Vandenberg 已提交
8 9

# Build results
D
Dana 已提交
10

11
[Dd]ebug/
12
[Rr]elease/
13
x64/
D
Dana 已提交
14
build/
15 16
[Bb]in/
[Oo]bj/
D
Dana 已提交
17

18
# MSTest test Results
19
[Tt]est[Rr]esult*/
D
Dana 已提交
20 21
[Bb]uild[Ll]og.*

K
Kristen 已提交
22 23 24 25
#NUNIT
*.VisualState.xml
TestResult.xml

26 27 28 29
*_i.c
*_p.c
*.ilk
*.meta
A
Adam Vandenberg 已提交
30
*.obj
31 32 33 34 35 36 37 38 39 40
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
S
sgm 已提交
41
*.tmp_proj
42
*.log
43
*.vspscc
44
*.vssscc
A
Adam Vandenberg 已提交
45
.builds
D
Dana 已提交
46 47 48
*.pidb
*.log
*.scc
49

B
Bradley Grainger 已提交
50 51 52 53 54 55
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
56
*.cachefile
B
Bradley Grainger 已提交
57

B
Bradley Grainger 已提交
58 59 60
# Visual Studio profiler
*.psess
*.vsp
61
*.vspx
B
Bradley Grainger 已提交
62

63 64 65
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
66
# ReSharper is a .NET coding add-in
D
Dana 已提交
67 68
_ReSharper*/
*.[Rr]e[Ss]harper
A
Adam Vandenberg 已提交
69

S
Snakiej 已提交
70 71 72
# TeamCity is a build add-in
_TeamCity*

73 74 75
# DotCover is a Code Coverage Tool
*.dotCover

76 77 78 79
# NCrunch
*.ncrunch*
.*crunch*.local.xml

D
Dana 已提交
80
# Installshield output folder
81
[Ee]xpress/
82

83 84 85 86 87 88 89 90 91 92 93
# 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
94
publish/
95

96 97
# Publish Web Output
*.Publish.xml
S
steve 已提交
98
*.pubxml
99

100 101 102 103 104 105 106 107 108 109 110
# 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/

A
Adam Vandenberg 已提交
111
# Others
112
sql/
J
Juan Pablo Garcia Dalolla 已提交
113
*.Cache
114
ClientBin/
115
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
116
~$*
117
*~
118
*.dbmdl
D
Dana 已提交
119
*.[Pp]ublish.xml
120
*.pfx
121
*.publishsettings
D
Dana 已提交
122

123 124
# RIA/Silverlight projects
Generated_Code/
125 126 127 128

# 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/
129 130
Backup*/
UpgradeLog*.XML
131
UpgradeLog*.htm
132

133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
# 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/
P
Phil Haack 已提交
150 151 152

# Mac crap
.DS_Store