Add npm and Yarn error logs to .gitignore

This commit is contained in:
msheakoski
2018-03-24 17:44:41 -04:00
committed by GitHub
parent 9da7fc99b0
commit 17390c64ca
@@ -7,6 +7,8 @@
"aliases": ["encore", "webpack", "webpack-encore"],
"gitignore": [
"/node_modules/",
"/%PUBLIC_DIR%/build/"
"/%PUBLIC_DIR%/build/",
"/npm-debug.log",
"/yarn-error.log"
]
}