From 14a5fbed3359de6345fa493f7c76274ff437ea95 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Wed, 1 Jan 2020 22:15:51 +0100 Subject: [PATCH] change gitignore for customer api --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 8ea9a1d..164d0d4 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,10 @@ phpunit.phar /rest/web/assets/** !/rest/web/assets/.gitkeep + + +/customerapi/config/*-local.php +/customerapi/runtime/logs/** +!/customerapi/runtime/.gitkeep +/customerapi/web/assets/** +!/customerapi/assets/.gitkeep