mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-13 08:06:26 +03:00
Ignore serverless and node_moduless
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"index.php": "index.php"
|
||||
}
|
||||
},
|
||||
"gitignore": [
|
||||
"/.serverless",
|
||||
"/node_modules"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user