From 435ad3d4484db7c232ab12b4b9e7dea057e0e4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amedee=20Van=20Gasse=20=E2=9C=A8=F0=9F=8C=88=F0=9F=A6=84?= Date: Sat, 19 Oct 2024 23:35:39 +0200 Subject: [PATCH] Add .gitignore I'm mucking about in IntelliJ and I don't want to clutter 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..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/