mirror of
https://github.com/github/gitignore
synced 2024-11-23 04:04:21 +01:00
Merge pull request #285 from philipproplesch/master
Added NuGet "packages" directory and some NCrunch files to the VisualStudio.gitignore
This commit is contained in:
commit
c483d6fdd3
@ -25,6 +25,7 @@
|
|||||||
*.tlh
|
*.tlh
|
||||||
*.tmp
|
*.tmp
|
||||||
*.vspscc
|
*.vspscc
|
||||||
|
*.vssscc
|
||||||
.builds
|
.builds
|
||||||
|
|
||||||
# Visual C++ cache files
|
# Visual C++ cache files
|
||||||
@ -41,6 +42,10 @@ ipch/
|
|||||||
# ReSharper is a .NET coding add-in
|
# ReSharper is a .NET coding add-in
|
||||||
_ReSharper*
|
_ReSharper*
|
||||||
|
|
||||||
|
# NCrunch
|
||||||
|
*.ncrunch*
|
||||||
|
.*crunch*.local.xml
|
||||||
|
|
||||||
# Installshield output folder
|
# Installshield output folder
|
||||||
[Ee]xpress
|
[Ee]xpress
|
||||||
|
|
||||||
@ -57,11 +62,15 @@ DocProject/Help/html
|
|||||||
# Click-Once directory
|
# Click-Once directory
|
||||||
publish
|
publish
|
||||||
|
|
||||||
|
# Publish Web Output
|
||||||
|
*.Publish.xml
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
[Bb]in
|
[Bb]in
|
||||||
[Oo]bj
|
[Oo]bj
|
||||||
sql
|
sql
|
||||||
TestResults
|
TestResults
|
||||||
|
[Tt]est[Rr]esult*
|
||||||
*.Cache
|
*.Cache
|
||||||
ClientBin
|
ClientBin
|
||||||
stylecop.*
|
stylecop.*
|
||||||
@ -74,3 +83,6 @@ Generated_Code #added for RIA/Silverlight projects
|
|||||||
_UpgradeReport_Files/
|
_UpgradeReport_Files/
|
||||||
Backup*/
|
Backup*/
|
||||||
UpgradeLog*.XML
|
UpgradeLog*.XML
|
||||||
|
|
||||||
|
# NuGet
|
||||||
|
packages/
|
Loading…
Reference in New Issue
Block a user