From cf9c6772f709dc29dce9074fb84868be7f5c34dd Mon Sep 17 00:00:00 2001 From: Samuel ROZE Date: Mon, 30 Oct 2017 09:17:11 +0000 Subject: [PATCH] Remove ignores as nothing related to openwhisk --- sroze/openwhisk-bundle/0.2/manifest.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sroze/openwhisk-bundle/0.2/manifest.json b/sroze/openwhisk-bundle/0.2/manifest.json index cad43823..eae714af 100644 --- a/sroze/openwhisk-bundle/0.2/manifest.json +++ b/sroze/openwhisk-bundle/0.2/manifest.json @@ -1,9 +1,5 @@ { "copy-from-recipe": { "index.php": "index.php" - }, - "gitignore": [ - "/.serverless", - "/node_modules" - ] + } }