From 6c2cd72d436a888513ac7923c99be46d225cf1fe Mon Sep 17 00:00:00 2001 From: Felix Ruf Date: Tue, 10 Oct 2023 16:24:58 +0200 Subject: [PATCH] added another file to the gitignore list --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 157e0a34a..10a5ba83e 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ node_modules /src/Resources/style/output.css /**/*.d.ts +src/Resources/style/output.css.map