mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 00:56:24 +03:00
9 lines
137 B
JSON
9 lines
137 B
JSON
{
|
|
"gitignore": [
|
|
"/node_modules/",
|
|
"/%PUBLIC_DIR%/build/",
|
|
"npm-debug.log",
|
|
"yarn-error.log"
|
|
]
|
|
}
|