VisualStudio.gitignore 1.2 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 11 12 13 14 15
[Dd]ebug/
[Rr]elease/
*_i.c
*_p.c
*.ilk
*.meta
A
Adam Vandenberg 已提交
16
*.obj
17 18 19 20 21 22 23 24 25 26 27
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
28
*.vssscc
A
Adam Vandenberg 已提交
29 30
.builds

B
Bradley Grainger 已提交
31 32 33 34 35 36 37
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

B
Bradley Grainger 已提交
38 39 40 41
# Visual Studio profiler
*.psess
*.vsp

A
Adam Vandenberg 已提交
42 43 44
# ReSharper is a .NET coding add-in
_ReSharper*

45 46 47 48
# NCrunch
*.ncrunch*
.*crunch*.local.xml

49 50 51
# Installshield output folder 
[Ee]xpress

52 53 54 55 56 57 58 59 60 61 62 63 64
# 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
publish

65 66 67
# Publish Web Output
*.Publish.xml

A
Adam Vandenberg 已提交
68
# Others
69 70
[Bb]in
[Oo]bj
J
Juan Pablo Garcia Dalolla 已提交
71 72
sql
TestResults
73
[Tt]est[Rr]esult*
J
Juan Pablo Garcia Dalolla 已提交
74 75 76 77
*.Cache
ClientBin
stylecop.*
~$*
78 79
*.dbmdl
Generated_Code #added for RIA/Silverlight projects
80 81 82 83

# 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/
84 85
Backup*/
UpgradeLog*.XML
86 87 88

# NuGet
packages/