From a63649dacc5086cc92f2b0417821c3ee2a71f44b Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Thu, 21 Oct 2021 18:56:38 +0200 Subject: [PATCH] add git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5433e2ba3a..dec41c68f4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /node_modules/ /tests/resources/storage/ /app/sdks/* +/public/dist/ /.idea/ .DS_Store .php_cs.cache