VisualStudio.gitignore 2.0 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
D
Dana 已提交
10

11
[Dd]ebug/
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.*

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

B
Bradley Grainger 已提交
47 48 49 50 51 52
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
53
*.cachefile
B
Bradley Grainger 已提交
54

B
Bradley Grainger 已提交
55 56 57
# Visual Studio profiler
*.psess
*.vsp
58
*.vspx
B
Bradley Grainger 已提交
59

60 61 62
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
63
# ReSharper is a .NET coding add-in
D
Dana 已提交
64 65
_ReSharper*/
*.[Rr]e[Ss]harper
A
Adam Vandenberg 已提交
66

S
Snakiej 已提交
67 68 69
# TeamCity is a build add-in
_TeamCity*

70 71 72
# DotCover is a Code Coverage Tool
*.dotCover

73 74 75 76
# NCrunch
*.ncrunch*
.*crunch*.local.xml

D
Dana 已提交
77
# Installshield output folder
78
[Ee]xpress/
79

80 81 82 83 84 85 86 87 88 89 90
# 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
91
publish/
92

93 94
# Publish Web Output
*.Publish.xml
S
steve 已提交
95
*.pubxml
96

97 98 99 100 101 102 103 104 105 106 107
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

A
Adam Vandenberg 已提交
108
# Others
109
sql/
J
Juan Pablo Garcia Dalolla 已提交
110
*.Cache
111
ClientBin/
112
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
113
~$*
114
*~
115
*.dbmdl
D
Dana 已提交
116
*.[Pp]ublish.xml
117
*.pfx
118
*.publishsettings
D
Dana 已提交
119

120 121
# RIA/Silverlight projects
Generated_Code/
122 123 124 125

# 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/
126 127
Backup*/
UpgradeLog*.XML
128
UpgradeLog*.htm
129

130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

# =========================
# 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 已提交
147 148 149

# Mac crap
.DS_Store