From f5fe76061a36253a311f9484b0f668c6a06554ae Mon Sep 17 00:00:00 2001 From: Haku Date: Mon, 20 Jun 2022 17:55:58 -0400 Subject: [PATCH] Added css files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 64dfd60..f69e729 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea/ build/icons/ build/scripts/ +build/css/ node_modules/ package-lock.json \ No newline at end of file