VisualStudio.gitignore 684 字节
Newer Older
A
Adam Vandenberg 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user

# Build results
Debug/
Release/
*.obj
.builds

B
Bradley Grainger 已提交
14 15 16 17 18 19 20
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

B
Bradley Grainger 已提交
21 22 23 24
# Visual Studio profiler
*.psess
*.vsp

A
Adam Vandenberg 已提交
25 26 27
# ReSharper is a .NET coding add-in
_ReSharper*

28 29 30 31 32 33 34 35 36 37 38 39 40
# 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

A
Adam Vandenberg 已提交
41
# Others
J
Juan Pablo Garcia Dalolla 已提交
42 43 44 45 46 47 48 49 50 51
bin
Bin
obj
Obj
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
52
*.dbmdl