VisualStudio.gitignore 2.8 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
# MSTest test Results
20
[Tt]est[Rr]esult*/
D
Dana 已提交
21 22
[Bb]uild[Ll]og.*

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

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

52 53 54
# Chutzpah Test files
_Chutzpah*

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

B
Bradley Grainger 已提交
63 64 65
# Visual Studio profiler
*.psess
*.vsp
66
*.vspx
B
Bradley Grainger 已提交
67

68 69 70
# TFS 2012 Local Workspace
$tf/

71 72 73
# Guidance Automation Toolkit
*.gpState

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

79 80 81
# JustCode is a .NET coding addin-in
.JustCode

S
Snakiej 已提交
82 83 84
# TeamCity is a build add-in
_TeamCity*

85 86 87
# DotCover is a Code Coverage Tool
*.dotCover

88 89
# NCrunch
*.ncrunch*
90
_NCrunch_*
91 92
.*crunch*.local.xml

H
hallco978 已提交
93 94 95 96
# MightyMoose
*.mm.*
AutoTest.Net/

97 98 99
# Web workbench (sass)
.sass-cache/

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
## TODO: Comment the next line if you want to checkin your web deploy settings but do not that will include unencrypted passwords
*.pubxml
121

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

M
Mickey Puri 已提交
128 129 130 131
# 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)
!packages/build/

132
# Windows Azure Build Output
M
Milas Bowman 已提交
133
csx/
134 135 136 137 138
*.build.csdef

# Windows Store app package directory
AppPackages/

A
Adam Vandenberg 已提交
139
# Others
140
sql/
J
Juan Pablo Garcia Dalolla 已提交
141
*.Cache
142
ClientBin/
143
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
144
~$*
145
*~
146
*.dbmdl
147
*.dbproj.schemaview
148
*.pfx
149
*.publishsettings
R
Richard Astbury 已提交
150
node_modules/
D
Dana 已提交
151

152 153
# RIA/Silverlight projects
Generated_Code/
154 155 156 157

# 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/
158 159
Backup*/
UpgradeLog*.XML
160
UpgradeLog*.htm
161

162
# SQL Server files
163 164
*.mdf
*.ldf
165

166 167 168 169 170
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

171 172 173
# Microsoft Fakes
FakesAssemblies/

174 175 176 177 178 179 180 181 182 183 184 185 186
# =========================
# Windows detritus
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

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