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

This commit is contained in:
J. Ryan Stinnett 2019-03-13 14:42:36 +00:00
parent bdc8508198
commit e42560a216

1
.gitignore vendored
View file

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