mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Ignore npm and Yarn log files regardless of location
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"gitignore": [
|
||||
"/node_modules/",
|
||||
"/%PUBLIC_DIR%/build/",
|
||||
"/npm-debug.log",
|
||||
"/yarn-error.log"
|
||||
"npm-debug.log",
|
||||
"yarn-error.log"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user