From 440aa918d856643ec4db226d65f139dd85d74240 Mon Sep 17 00:00:00 2001 From: Artur Turchin Date: Sat, 5 Oct 2019 15:15:02 +0300 Subject: [PATCH] fix(remove gitignore from recipes (required by Nyholm in request)): remove gitignore from recipe Nyholm requested to removing gitignore from recipe review --- artox-lab/clarc-bundle/0.1/manifest.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/artox-lab/clarc-bundle/0.1/manifest.json b/artox-lab/clarc-bundle/0.1/manifest.json index 8cb5ca3c..bcc2701b 100644 --- a/artox-lab/clarc-bundle/0.1/manifest.json +++ b/artox-lab/clarc-bundle/0.1/manifest.json @@ -10,10 +10,5 @@ "Layers/UseCases/": "%SRC_DIR%/UseCases/", "Layers/Interfaces/": "%SRC_DIR%/Interfaces/", "Layers/Infrastructure/": "%SRC_DIR%/Infrastructure/" - }, - "gitignore": [ - ".env", - "/.idea/", - ".DS_Store" - ] + } }