From afa366b15f616569abd6f98fc66b093cd36bdd68 Mon Sep 17 00:00:00 2001 From: AdrianBalunan Date: Thu, 5 Mar 2026 13:06:22 +0100 Subject: [PATCH] Feature: gitignore for better workflow --- helpmehelpapplication/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helpmehelpapplication/.gitignore diff --git a/helpmehelpapplication/.gitignore b/helpmehelpapplication/.gitignore new file mode 100644 index 0000000..e673575 --- /dev/null +++ b/helpmehelpapplication/.gitignore @@ -0,0 +1,2 @@ +.idea/ +target/ \ No newline at end of file