From bf850021242d678e3b02da545e320ccc18691025 Mon Sep 17 00:00:00 2001 From: Linda Eskilsson Date: Thu, 26 Mar 2026 21:22:39 +0100 Subject: [PATCH 1/2] chore: add .gitignore --- .gitignore | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c165a81..cac2d3c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,11 +13,18 @@ target/ .springBeans .sts4-cache -### IntelliJ IDEA ### +# Build +out/ + +# Logs +*.log + +# IDE .idea *.iws *.iml *.ipr +.vscode/ ### NetBeans ### /nbproject/private/ @@ -29,9 +36,14 @@ build/ !**/src/main/**/build/ !**/src/test/**/build/ -### VS Code ### -.vscode/ - +# Env .env +.env.local +.env.*.local + +# macOS system files +.DS_Store +# IDE-specific files +.vscode/ From 195d1067c8a0fcc05aa91b56602b63b02a1eaa18 Mon Sep 17 00:00:00 2001 From: Linda Eskilsson Date: Thu, 26 Mar 2026 21:23:30 +0100 Subject: [PATCH 2/2] updated .gitIgnore --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index cac2d3c..a144631 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,3 @@ build/ # macOS system files .DS_Store - -# IDE-specific files -.vscode/