diff --git a/sroze/openwhisk-bundle/0.2/manifest.json b/sroze/openwhisk-bundle/0.2/manifest.json index eae714af..cad43823 100644 --- a/sroze/openwhisk-bundle/0.2/manifest.json +++ b/sroze/openwhisk-bundle/0.2/manifest.json @@ -1,5 +1,9 @@ { "copy-from-recipe": { "index.php": "index.php" - } + }, + "gitignore": [ + "/.serverless", + "/node_modules" + ] }