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/
12
[Rr]elease/
13
x64/
D
Dana 已提交
14
build/
V
Vicente Plata 已提交
15
bld/
16 17
[Bb]in/
[Oo]bj/
D
Dana 已提交
18

19 20 21
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/

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
*_i.c
*_p.c
32
*_i.h
33 34
*.ilk
*.meta
A
Adam Vandenberg 已提交
35
*.obj
36 37 38 39 40 41 42 43 44 45
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
S
sgm 已提交
46
*.tmp_proj
47
*.log
48
*.vspscc
49
*.vssscc
A
Adam Vandenberg 已提交
50
.builds
D
Dana 已提交
51
*.pidb
52
*.svclog
D
Dana 已提交
53
*.scc
54

55 56 57
# Chutzpah Test files
_Chutzpah*

B
Bradley Grainger 已提交
58 59 60 61 62 63
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
64
*.cachefile
B
Bradley Grainger 已提交
65

B
Bradley Grainger 已提交
66 67 68
# Visual Studio profiler
*.psess
*.vsp
69
*.vspx
B
Bradley Grainger 已提交
70

71 72 73
# TFS 2012 Local Workspace
$tf/

74 75 76
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
77
# ReSharper is a .NET coding add-in
D
Dana 已提交
78 79
_ReSharper*/
*.[Rr]e[Ss]harper
80
*.DotSettings.user
A
Adam Vandenberg 已提交
81

82 83 84
# JustCode is a .NET coding addin-in
.JustCode

S
Snakiej 已提交
85 86 87
# TeamCity is a build add-in
_TeamCity*

88 89 90
# DotCover is a Code Coverage Tool
*.dotCover

91 92
# NCrunch
*.ncrunch*
93
_NCrunch_*
94 95
.*crunch*.local.xml

H
hallco978 已提交
96 97 98 99
# MightyMoose
*.mm.*
AutoTest.Net/

D
Dana 已提交
100
# Installshield output folder
101
[Ee]xpress/
102

103 104 105 106 107 108 109 110 111 112 113
# 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
114
publish/
115

116
# Publish Web Output
S
Steve Hulet 已提交
117
*.[Pp]ublish.xml
M
Milas Bowman 已提交
118
*.azurePubxml
119

120 121 122
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/
M
Manoj 已提交
123 124
## TODO: If the tool you use requires repositories.config, also uncomment the next line
#!packages/repositories.config
125 126

# Windows Azure Build Output
M
Milas Bowman 已提交
127
csx/
128 129 130 131 132
*.build.csdef

# Windows Store app package directory
AppPackages/

A
Adam Vandenberg 已提交
133
# Others
134
sql/
J
Juan Pablo Garcia Dalolla 已提交
135
*.Cache
136
ClientBin/
137
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
138
~$*
139
*~
140
*.dbmdl
141
*.dbproj.schemaview
142
*.pfx
143
*.publishsettings
R
Richard Astbury 已提交
144
node_modules/
D
Dana 已提交
145

146 147
# RIA/Silverlight projects
Generated_Code/
148 149 150 151

# 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/
152 153
Backup*/
UpgradeLog*.XML
154
UpgradeLog*.htm
155

156 157 158 159
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

160 161 162 163 164
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

165 166 167
# Microsoft Fakes
FakesAssemblies/

168 169 170 171 172 173 174 175 176 177 178 179 180
# =========================
# Windows detritus
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/