From 2665244a2670994442e805a0f072273bba6f54fe Mon Sep 17 00:00:00 2001 From: Billy Griffiths <billy.griffiths@gmail.com> Date: Tue, 14 Feb 2023 14:53:50 +0000 Subject: [PATCH] Add .gitignore - We don't want .idea folders in the repo --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e7c1d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/ -- GitLab