Skip to content

Commit b9ece1a

Browse files
committed
Update .gitignore for VS 2015
1 parent b662118 commit b9ece1a

File tree

1 file changed

+2
-73
lines changed

1 file changed

+2
-73
lines changed

.gitignore

Lines changed: 2 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -10,89 +10,20 @@ AssemblyVersion.cs
1010
## Visual Studio
1111
#################
1212

13-
## Ignore Visual Studio temporary files, build results, and
14-
## files generated by popular Visual Studio add-ons.
15-
16-
# User-specific files
13+
.vs
1714
*.suo
1815
*.user
19-
*.sln.docstates
20-
21-
# Build results
22-
[Dd]ebug/
23-
[Rr]elease/
24-
*_i.c
25-
*_p.c
26-
*.ilk
27-
*.meta
28-
*.obj
29-
*.pch
30-
*.pdb
31-
*.pgc
32-
*.pgd
33-
*.rsp
34-
*.sbr
35-
*.tlb
36-
*.tli
37-
*.tlh
38-
*.tmp
39-
*.vspscc
40-
.builds
41-
*.dotCover
42-
43-
## TODO: If you have NuGet Package Restore enabled, uncomment this
44-
#packages/
45-
46-
# Visual C++ cache files
47-
ipch/
48-
*.aps
49-
*.ncb
50-
*.opensdf
51-
*.sdf
52-
53-
# Visual Studio profiler
54-
*.psess
55-
*.vsp
56-
57-
# ReSharper is a .NET coding add-in
58-
_ReSharper*
59-
60-
# Installshield output folder
61-
[Ee]xpress
62-
63-
# DocProject is a documentation generator add-in
64-
DocProject/buildhelp/
65-
DocProject/Help/*.HxT
66-
DocProject/Help/*.HxC
67-
DocProject/Help/*.hhc
68-
DocProject/Help/*.hhk
69-
DocProject/Help/*.hhp
70-
DocProject/Help/Html2
71-
DocProject/Help/html
72-
73-
# Click-Once directory
74-
publish
75-
76-
# Others
7716
[Bb]in
7817
[Oo]bj
79-
sql
8018
TestResults
81-
*.Cache
82-
ClientBin
83-
stylecop.*
84-
~$*
85-
*.dbmdl
86-
Generated_Code #added for RIA/Silverlight projects
19+
_ReSharper*
8720

8821
# Backup & report files from converting an old project file to a newer
8922
# Visual Studio version. Backup files are not needed, because we have git ;-)
9023
_UpgradeReport_Files/
9124
Backup*/
9225
UpgradeLog*.XML
9326

94-
95-
9627
############
9728
## Windows
9829
############
@@ -102,5 +33,3 @@ Thumbs.db
10233

10334
# Folder config file
10435
Desktop.ini
105-
.directory
106-
*.userprefs

0 commit comments

Comments
 (0)