From 2abcbd8588678acb2e81a37c6fca69142ce3ef15 Mon Sep 17 00:00:00 2001 From: Samuel ROZE Date: Sun, 29 Oct 2017 16:15:12 +0000 Subject: [PATCH] Ignore `serverless` and `node_modules`s --- sroze/openwhisk-bundle/0.2/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + ] }