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

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

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

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

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

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

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

67 68 69
# TFS 2012 Local Workspace
$tf/

70 71 72
# Guidance Automation Toolkit
*.gpState

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

S
Snakiej 已提交
78 79 80
# TeamCity is a build add-in
_TeamCity*

81 82 83
# DotCover is a Code Coverage Tool
*.dotCover

84 85
# NCrunch
*.ncrunch*
86
_NCrunch_*
87 88
.*crunch*.local.xml

D
Dana 已提交
89
# Installshield output folder
90
[Ee]xpress/
91

92 93 94 95 96 97 98 99 100 101 102
# 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
103
publish/
104

105 106
# Publish Web Output
*.Publish.xml
M
Milas Bowman 已提交
107
*.azurePubxml
108

109 110 111 112 113
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
M
Milas Bowman 已提交
114
csx/
115 116 117 118 119
*.build.csdef

# Windows Store app package directory
AppPackages/

A
Adam Vandenberg 已提交
120
# Others
121
sql/
J
Juan Pablo Garcia Dalolla 已提交
122
*.Cache
123
ClientBin/
124
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
125
~$*
126
*~
127
*.dbmdl
128
*.dbproj.schemaview
D
Dana 已提交
129
*.[Pp]ublish.xml
130
*.pfx
131
*.publishsettings
D
Dana 已提交
132

133 134
# RIA/Silverlight projects
Generated_Code/
135 136 137 138

# 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/
139 140
Backup*/
UpgradeLog*.XML
141
UpgradeLog*.htm
142

143 144 145 146
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

147 148 149 150 151
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

152 153 154
# Microsoft Fakes
FakesAssemblies/

155 156 157 158 159 160 161 162 163 164 165 166 167
# =========================
# 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 已提交
168 169 170

# Mac crap
.DS_Store