VisualStudio.gitignore 2.1 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/
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.*

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

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

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

62 63 64
# Guidance Automation Toolkit
*.gpState

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

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

72 73 74
# DotCover is a Code Coverage Tool
*.dotCover

75 76 77 78
# NCrunch
*.ncrunch*
.*crunch*.local.xml

D
Dana 已提交
79
# Installshield output folder
80
[Ee]xpress/
81

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

95 96
# Publish Web Output
*.Publish.xml
S
steve 已提交
97
*.pubxml
98

99 100 101 102 103 104 105 106 107 108 109
# 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 已提交
110
# Others
111
sql/
J
Juan Pablo Garcia Dalolla 已提交
112
*.Cache
113
ClientBin/
114
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
115
~$*
116
*~
117
*.dbmdl
D
Dana 已提交
118
*.[Pp]ublish.xml
119
*.pfx
120
*.publishsettings
D
Dana 已提交
121

122 123
# RIA/Silverlight projects
Generated_Code/
124 125 126 127

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

132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
# 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 已提交
149 150 151

# Mac crap
.DS_Store