Skip to content

Commit

Permalink
Merge pull request github#1919 from pmn/update-vs-ignores
Browse files Browse the repository at this point in the history
Add an exclusion for Visual Studio PublishScripts
  • Loading branch information
shiftkey committed Mar 26, 2016
2 parents c699a4f + 716612d commit e6b619c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions VisualStudio.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,16 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
Expand Down Expand Up @@ -186,7 +191,7 @@ ClientBin/
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

Expand Down

0 comments on commit e6b619c

Please sign in to comment.