From 8a7da4a75ae12e7ec4002c2fd514cf0a2b4b6e36 Mon Sep 17 00:00:00 2001 From: Azalea Gui <22280294+hykilpikonna@users.noreply.github.com> Date: Tue, 29 Apr 2025 02:52:30 -0400 Subject: [PATCH] [+] Init --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46d4c43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/target +.idea +*.iml +.DS_Store +._*