Skip to content

Commit 947f5d1

Browse files
committed
Merge missing CSharp/VB settinsg into VisualStudio
The VisualStudio gitignore file was missing a few useful settings contained in the CSharp and VB.NET gitignore files.
1 parent ec5009e commit 947f5d1

1 file changed

Lines changed: 37 additions & 10 deletions

File tree

VisualStudio.gitignore

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88

99
# Build results
1010

11-
[Dd]ebug*/
11+
[Dd]ebug/
1212
[Rr]elease/
13-
13+
x64/
1414
build/
15+
[Bb]in/
16+
[Oo]bj/
1517

16-
17-
[Tt]est[Rr]esult
18+
# MSTest test Results
19+
[Tt]est[Rr]esults/
1820
[Bb]uild[Ll]og.*
1921

2022
*_i.c
@@ -32,14 +34,14 @@ build/
3234
*.tli
3335
*.tlh
3436
*.tmp
37+
*.log
3538
*.vspscc
3639
*.vssscc
3740
.builds
38-
3941
*.pidb
40-
4142
*.log
4243
*.scc
44+
4345
# Visual C++ cache files
4446
ipch/
4547
*.aps
@@ -50,6 +52,7 @@ ipch/
5052
# Visual Studio profiler
5153
*.psess
5254
*.vsp
55+
*.vspx
5356

5457
# Guidance Automation Toolkit
5558
*.gpState
@@ -82,9 +85,18 @@ publish
8285
# Publish Web Output
8386
*.Publish.xml
8487

88+
# NuGet Packages Directory
89+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
90+
#packages/
91+
92+
# Windows Azure Build Output
93+
csx
94+
*.build.csdef
95+
96+
# Windows Store app package directory
97+
AppPackages/
98+
8599
# Others
86-
[Bb]in
87-
[Oo]bj
88100
sql
89101
TestResults
90102
[Tt]est[Rr]esult*
@@ -104,5 +116,20 @@ _UpgradeReport_Files/
104116
Backup*/
105117
UpgradeLog*.XML
106118

107-
# NuGet
108-
packages/
119+
# SQL Server files
120+
App_Data/*.mdf
121+
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/

0 commit comments

Comments
 (0)