From 60fc0c533733fc16783475e37b3a63ad67deb335 Mon Sep 17 00:00:00 2001 From: Andreas Rystad <andrerys@stud.ntnu.no> Date: Mon, 4 Oct 2021 14:07:06 +0000 Subject: [PATCH] add .idea to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8ba2dce..6f44035 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ .env.development.local .env.test.local .env.production.local +.idea npm-debug.log* yarn-debug.log* -- GitLab