From f4e8a8b343125744a80bb49a433f7796bda2fe4a Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 14 Oct 2022 21:20:34 +0200 Subject: Working code --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..750a400 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.gradle +build +.idea +.autoupdates -- cgit