fix(remove gitignore from recipes (required by Nyholm in request)): remove gitignore from recipe

Nyholm requested to removing gitignore from recipe

review
This commit is contained in:
Artur Turchin
2019-10-05 15:15:02 +03:00
parent f2d792e865
commit 440aa918d8
+1 -6
View File
@@ -10,10 +10,5 @@
"Layers/UseCases/": "%SRC_DIR%/UseCases/",
"Layers/Interfaces/": "%SRC_DIR%/Interfaces/",
"Layers/Infrastructure/": "%SRC_DIR%/Infrastructure/"
},
"gitignore": [
".env",
"/.idea/",
".DS_Store"
]
}
}