Skip to content

Commit 33fe1d3

Browse files
committed
Merge pull request #492 from Haacked/consolidate-dotnet-settings
Consolidate CSharp and VB.NET gitignore files into VisualStudio one.
2 parents cec9f74 + f5d6719 commit 33fe1d3

File tree

3 files changed

+37
-219
lines changed

3 files changed

+37
-219
lines changed

Global/VisualStudio.gitignore

Lines changed: 0 additions & 108 deletions
This file was deleted.

VB.Net.gitignore

Lines changed: 0 additions & 99 deletions
This file was deleted.
Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2-
[Bb]in/
3-
[Oo]bj/
4-
5-
# mstest test results
6-
TestResults
7-
81
## Ignore Visual Studio temporary files, build results, and
92
## files generated by popular Visual Studio add-ons.
103

@@ -14,9 +7,18 @@ TestResults
147
*.sln.docstates
158

169
# Build results
10+
1711
[Dd]ebug/
1812
[Rr]elease/
1913
x64/
14+
build/
15+
[Bb]in/
16+
[Oo]bj/
17+
18+
# MSTest test Results
19+
[Tt]est[Rr]esults/
20+
[Bb]uild[Ll]og.*
21+
2022
*_i.c
2123
*_p.c
2224
*.ilk
@@ -36,6 +38,9 @@ x64/
3638
*.vspscc
3739
*.vssscc
3840
.builds
41+
*.pidb
42+
*.log
43+
*.scc
3944

4045
# Visual C++ cache files
4146
ipch/
@@ -53,16 +58,15 @@ ipch/
5358
*.gpState
5459

5560
# ReSharper is a .NET coding add-in
56-
_ReSharper*
61+
_ReSharper*/
5762

58-
# Mindbench SASS cache
59-
.sass-cache/
63+
*.[Rr]e[Ss]harper
6064

6165
# NCrunch
6266
*.ncrunch*
6367
.*crunch*.local.xml
6468

65-
# Installshield output folder
69+
# Installshield output folder
6670
[Ee]xpress
6771

6872
# DocProject is a documentation generator add-in
@@ -82,7 +86,8 @@ publish
8286
*.Publish.xml
8387

8488
# NuGet Packages Directory
85-
packages
89+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
90+
#packages/
8691

8792
# Windows Azure Build Output
8893
csx
@@ -100,6 +105,9 @@ ClientBin
100105
[Ss]tyle[Cc]op.*
101106
~$*
102107
*.dbmdl
108+
*.[Pp]ublish.xml
109+
*.pfx
110+
103111
Generated_Code #added for RIA/Silverlight projects
104112

105113
# Backup & report files from converting an old project file to a newer
@@ -111,3 +119,20 @@ UpgradeLog*.XML
111119
# SQL Server files
112120
App_Data/*.mdf
113121
App_Data/*.ldf
122+
123+
# =========================
124+
# Windows detritus
125+
# =========================
126+
127+
# Windows image file caches
128+
Thumbs.db
129+
ehthumbs.db
130+
131+
# Folder config file
132+
Desktop.ini
133+
134+
# Recycle Bin used on file shares
135+
$RECYCLE.BIN/
136+
137+
# Mac crap
138+
.DS_Store

0 commit comments

Comments
 (0)