Skip to content

Commit c483d6f

Browse files
committed
Merge pull request #285 from philipproplesch/master
Added NuGet "packages" directory and some NCrunch files to the VisualStudio.gitignore
2 parents a743349 + 5872a72 commit c483d6f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Global/VisualStudio.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
*.tlh
2626
*.tmp
2727
*.vspscc
28+
*.vssscc
2829
.builds
2930

3031
# Visual C++ cache files
@@ -41,6 +42,10 @@ ipch/
4142
# ReSharper is a .NET coding add-in
4243
_ReSharper*
4344

45+
# NCrunch
46+
*.ncrunch*
47+
.*crunch*.local.xml
48+
4449
# Installshield output folder
4550
[Ee]xpress
4651

@@ -57,11 +62,15 @@ DocProject/Help/html
5762
# Click-Once directory
5863
publish
5964

65+
# Publish Web Output
66+
*.Publish.xml
67+
6068
# Others
6169
[Bb]in
6270
[Oo]bj
6371
sql
6472
TestResults
73+
[Tt]est[Rr]esult*
6574
*.Cache
6675
ClientBin
6776
stylecop.*
@@ -74,3 +83,6 @@ Generated_Code #added for RIA/Silverlight projects
7483
_UpgradeReport_Files/
7584
Backup*/
7685
UpgradeLog*.XML
86+
87+
# NuGet
88+
packages/

0 commit comments

Comments
 (0)