Skip to content

Commit a66b53a

Browse files
author
Paul Betts
committed
Same deal as the C# file, merge in the VS.gitignore for now
1 parent c594ee4 commit a66b53a

File tree

1 file changed

+89
-3
lines changed

1 file changed

+89
-3
lines changed

VB.Net.gitignore

Lines changed: 89 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,92 @@ obj/
66
*.user
77
*.suo
88

9-
#Resource Caches
10-
_ReSharper.*
11-
*.sln.cache
9+
## Ignore Visual Studio temporary files, build results, and
10+
## files generated by popular Visual Studio add-ons.
11+
12+
# User-specific files
13+
*.suo
14+
*.user
15+
*.sln.docstates
16+
17+
# Build results
18+
[Dd]ebug/
19+
[Rr]elease/
20+
x64/
21+
*_i.c
22+
*_p.c
23+
*.ilk
24+
*.meta
25+
*.obj
26+
*.pch
27+
*.pdb
28+
*.pgc
29+
*.pgd
30+
*.rsp
31+
*.sbr
32+
*.tlb
33+
*.tli
34+
*.tlh
35+
*.tmp
36+
*.vspscc
37+
*.vssscc
38+
.builds
39+
40+
# Visual C++ cache files
41+
ipch/
42+
*.aps
43+
*.ncb
44+
*.opensdf
45+
*.sdf
46+
47+
# Visual Studio profiler
48+
*.psess
49+
*.vsp
50+
51+
# Guidance Automation Toolkit
52+
*.gpState
53+
54+
# ReSharper is a .NET coding add-in
55+
_ReSharper*
56+
57+
# NCrunch
58+
*.ncrunch*
59+
.*crunch*.local.xml
60+
61+
# Installshield output folder
62+
[Ee]xpress
63+
64+
# DocProject is a documentation generator add-in
65+
DocProject/buildhelp/
66+
DocProject/Help/*.HxT
67+
DocProject/Help/*.HxC
68+
DocProject/Help/*.hhc
69+
DocProject/Help/*.hhk
70+
DocProject/Help/*.hhp
71+
DocProject/Help/Html2
72+
DocProject/Help/html
73+
74+
# Click-Once directory
75+
publish
76+
77+
# Publish Web Output
78+
*.Publish.xml
79+
80+
# Others
81+
[Bb]in
82+
[Oo]bj
83+
sql
84+
TestResults
85+
[Tt]est[Rr]esult*
86+
*.Cache
87+
ClientBin
88+
[Ss]tyle[Cc]op.*
89+
~$*
90+
*.dbmdl
91+
Generated_Code #added for RIA/Silverlight projects
92+
93+
# Backup & report files from converting an old project file to a newer
94+
# Visual Studio version. Backup files are not needed, because we have git ;-)
95+
_UpgradeReport_Files/
96+
Backup*/
97+
UpgradeLog*.XML

0 commit comments

Comments
 (0)