VisualStudio.gitignore 2.7 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
10
[Dd]ebug/
S
simonbuehler 已提交
11
[Dd]ebugPublic/
12
[Rr]elease/
13
x64/
D
Dana 已提交
14
build/
V
Vicente Plata 已提交
15
bld/
16 17
[Bb]in/
[Oo]bj/
D
Dana 已提交
18

19
# Roslyn cache directories
20
*.ide/
21

22
# MSTest test Results
23
[Tt]est[Rr]esult*/
D
Dana 已提交
24 25
[Bb]uild[Ll]og.*

K
Kristen 已提交
26 27 28 29
#NUNIT
*.VisualState.xml
TestResult.xml

30 31 32 33 34
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

35 36
*_i.c
*_p.c
37
*_i.h
38 39
*.ilk
*.meta
A
Adam Vandenberg 已提交
40
*.obj
41 42 43 44 45 46 47 48 49 50
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
S
sgm 已提交
51
*.tmp_proj
52
*.log
53
*.vspscc
54
*.vssscc
A
Adam Vandenberg 已提交
55
.builds
D
Dana 已提交
56
*.pidb
57
*.svclog
D
Dana 已提交
58
*.scc
59

60 61 62
# Chutzpah Test files
_Chutzpah*

B
Bradley Grainger 已提交
63 64 65 66 67 68
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
69
*.cachefile
B
Bradley Grainger 已提交
70

B
Bradley Grainger 已提交
71 72 73
# Visual Studio profiler
*.psess
*.vsp
74
*.vspx
B
Bradley Grainger 已提交
75

76 77 78
# TFS 2012 Local Workspace
$tf/

79 80 81
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
82
# ReSharper is a .NET coding add-in
D
Dana 已提交
83 84
_ReSharper*/
*.[Rr]e[Ss]harper
85
*.DotSettings.user
A
Adam Vandenberg 已提交
86

87 88 89
# JustCode is a .NET coding addin-in
.JustCode

S
Snakiej 已提交
90 91 92
# TeamCity is a build add-in
_TeamCity*

93 94 95
# DotCover is a Code Coverage Tool
*.dotCover

96
# NCrunch
97
_NCrunch_*
98 99
.*crunch*.local.xml

H
hallco978 已提交
100 101 102 103
# MightyMoose
*.mm.*
AutoTest.Net/

104 105 106
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
107
# Installshield output folder
108
[Ee]xpress/
109

110 111 112 113 114 115 116 117 118 119 120
# 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
121
publish/
122

123
# Publish Web Output
S
Steve Hulet 已提交
124
*.[Pp]ublish.xml
M
Milas Bowman 已提交
125
*.azurePubxml
126 127 128
## TODO: Comment the next line if you want to checkin your
## web deploy settings but do note that will include unencrypted
## passwords
129
*.pubxml
130

131
# NuGet Packages Directory
132
packages/*
133 134
## TODO: If the tool you use requires repositories.config
## uncomment the next line
M
Manoj 已提交
135
#!packages/repositories.config
136

137 138 139 140
# Enable "build/" folder in the NuGet Packages folder since
# NuGet packages use it for MSBuild targets.
# This line needs to be after the ignore of the build folder
# (and the packages folder if the line above has been uncommented)
M
Mickey Puri 已提交
141 142
!packages/build/

143
# Windows Azure Build Output
M
Milas Bowman 已提交
144
csx/
145 146 147 148 149
*.build.csdef

# Windows Store app package directory
AppPackages/

A
Adam Vandenberg 已提交
150
# Others
151
sql/
J
Juan Pablo Garcia Dalolla 已提交
152
*.Cache
153
ClientBin/
154
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
155
~$*
156
*~
157
*.dbmdl
158
*.dbproj.schemaview
159
*.pfx
160
*.publishsettings
R
Richard Astbury 已提交
161
node_modules/
D
Dana 已提交
162

163 164
# RIA/Silverlight projects
Generated_Code/
165

166 167 168
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
169
_UpgradeReport_Files/
170 171
Backup*/
UpgradeLog*.XML
172
UpgradeLog*.htm
173

174
# SQL Server files
175 176
*.mdf
*.ldf
177

178 179 180 181 182
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

183 184
# Microsoft Fakes
FakesAssemblies/