mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Add npm and Yarn error logs to .gitignore
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
"aliases": ["encore", "webpack", "webpack-encore"],
|
||||
"gitignore": [
|
||||
"/node_modules/",
|
||||
"/%PUBLIC_DIR%/build/"
|
||||
"/%PUBLIC_DIR%/build/",
|
||||
"/npm-debug.log",
|
||||
"/yarn-error.log"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user