Merge pull request #2203 from aspnet/Rick-Anderson-gitignore

GitIgnore add wwwroot, node_modules, sln
pull/2194/merge
Rick Anderson 2016-11-17 17:09:15 -10:00 committed by GitHub
commit f7d30f9988
1 changed files with 10 additions and 1 deletions

9
.gitignore vendored
View File

@ -1,5 +1,14 @@
_build/
_site/
Properties/
node_modules/
wwwroot/
# Use git add -f to force override .sln when required. Not needed in most cases.
# git add -f myProj.sln
*.sln
Project_Readme.html
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.