Ignore npm and Yarn log files regardless of location

This commit is contained in:
msheakoski
2018-03-24 18:14:06 -04:00
committed by GitHub
parent 17390c64ca
commit ebd38ba97f
@@ -8,7 +8,7 @@
"gitignore": [
"/node_modules/",
"/%PUBLIC_DIR%/build/",
"/npm-debug.log",
"/yarn-error.log"
"npm-debug.log",
"yarn-error.log"
]
}