Ignore *.log files, such as from npm or Yarn

pull/21833/head
J. Ryan Stinnett 2019-03-13 14:42:36 +00:00
parent bdc8508198
commit e42560a216
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
npm-debug.log npm-debug.log
/.npmrc /.npmrc
/*.log
/node_modules /node_modules
/lib /lib