Merge pull request #2203 from aspnet/Rick-Anderson-gitignore
GitIgnore add wwwroot, node_modules, slnpull/2194/merge
commit
f7d30f9988
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue