VisualStudio.gitignore 2.6 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/
M
Mateusz Wolsza 已提交
12 13
[Rr]elease/
[Rr]eleases/
14
x64/
15
x86/
D
Dana 已提交
16
build/
V
Vicente Plata 已提交
17
bld/
18 19
[Bb]in/
[Oo]bj/
D
Dana 已提交
20

21
# Roslyn cache directories
22
*.ide/
23

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

K
Kristen 已提交
28 29 30 31
#NUNIT
*.VisualState.xml
TestResult.xml

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

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

62 63 64
# Chutzpah Test files
_Chutzpah*

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

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

78 79 80
# TFS 2012 Local Workspace
$tf/

81 82 83
# Guidance Automation Toolkit
*.gpState

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

89 90 91
# JustCode is a .NET coding addin-in
.JustCode

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

95 96 97
# DotCover is a Code Coverage Tool
*.dotCover

98
# NCrunch
99
_NCrunch_*
100 101
.*crunch*.local.xml

H
hallco978 已提交
102 103 104 105
# MightyMoose
*.mm.*
AutoTest.Net/

106 107 108
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
109
# Installshield output folder
110
[Ee]xpress/
111

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

125
# Publish Web Output
S
Steve Hulet 已提交
126
*.[Pp]ublish.xml
M
Milas Bowman 已提交
127
*.azurePubxml
128 129
# TODO: Comment the next line if you want to checkin your web deploy settings 
# but database connection strings (with potential passwords) will be unencrypted
130
*.pubxml
M
Mads Kristensen 已提交
131
*.publishproj
132

133 134
# NuGet Packages
*.nupkg
135 136 137
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
T
Terje Sandstrom 已提交
138
!**/packages/build/
139 140
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#!**/packages/repositories.config
M
Mickey Puri 已提交
141

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

# Windows Store app package directory
AppPackages/

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

162 163
# RIA/Silverlight projects
Generated_Code/
164

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

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

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

182 183
# Microsoft Fakes
FakesAssemblies/