From f1466e88a408f336718b595e2903e6eb7fed8223 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Mon, 24 Jul 2023 09:22:55 +0200 Subject: [PATCH] feature: ignore all .idea/ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ff6309..056d1c9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ target/ .idea/jarRepositories.xml .idea/compiler.xml .idea/libraries/ +.idea/ *.iws *.iml *.ipr @@ -35,4 +36,4 @@ build/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store