Ignore serverless and node_moduless

This commit is contained in:
Samuel ROZE
2017-10-29 16:15:12 +00:00
committed by GitHub
parent fd6fa81001
commit 2abcbd8588
+5 -1
View File
@@ -1,5 +1,9 @@
{
"copy-from-recipe": {
"index.php": "index.php"
}
},
"gitignore": [
"/.serverless",
"/node_modules"
]
}