.gitignore updated

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 8 years ago
parent 8580f996fe
commit b84b118e51
  1. 52
      .gitignore

52
.gitignore vendored

@ -4,23 +4,32 @@
# User-specific files # User-specific files
*.suo *.suo
*.user *.user
*.userosscache
*.sln.docstates *.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results # Build results
[Dd]ebug/ [Dd]ebug/
[Dd]ebugPublic/ [Dd]ebugPublic/
[Rr]elease/ [Rr]elease/
[Rr]eleases/
x64/ x64/
x86/
build/ build/
bld/ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
# Visual Studo 2015 cache/options directory
.vs/
# MSTest test Results # MSTest test Results
[Tt]est[Rr]esult*/ [Tt]est[Rr]esult*/
[Bb]uild[Ll]og.* [Bb]uild[Ll]og.*
#NUNIT # NUNIT
*.VisualState.xml *.VisualState.xml
TestResult.xml TestResult.xml
@ -91,7 +100,6 @@ _TeamCity*
*.dotCover *.dotCover
# NCrunch # NCrunch
*.ncrunch*
_NCrunch_* _NCrunch_*
.*crunch*.local.xml .*crunch*.local.xml
@ -121,15 +129,19 @@ publish/
# Publish Web Output # Publish Web Output
*.[Pp]ublish.xml *.[Pp]ublish.xml
*.azurePubxml *.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# NuGet Packages Directory # but database connection strings (with potential passwords) will be unencrypted
packages/ *.pubxml
## TODO: If the tool you use requires repositories.config uncomment the next line *.publishproj
#!packages/repositories.config
# NuGet Packages
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets *.nupkg
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented) # The packages folder can be ignored because of Package Restore
!packages/build/ **/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# Windows Azure Build Output # Windows Azure Build Output
csx/ csx/
@ -139,8 +151,7 @@ csx/
AppPackages/ AppPackages/
# Others # Others
sql/ *.[Cc]ache
*.Cache
ClientBin/ ClientBin/
[Ss]tyle[Cc]op.* [Ss]tyle[Cc]op.*
~$* ~$*
@ -150,12 +161,14 @@ ClientBin/
*.pfx *.pfx
*.publishsettings *.publishsettings
node_modules/ node_modules/
bower_components/
# RIA/Silverlight projects # RIA/Silverlight projects
Generated_Code/ Generated_Code/
# Backup & report files from converting an old project file to a newer # Backup & report files from converting an old project file
# Visual Studio version. Backup files are not needed, because we have git ;-) # to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/ _UpgradeReport_Files/
Backup*/ Backup*/
UpgradeLog*.XML UpgradeLog*.XML
@ -172,3 +185,12 @@ UpgradeLog*.htm
# Microsoft Fakes # Microsoft Fakes
FakesAssemblies/ FakesAssemblies/
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt

Loading…
Cancel
Save