From e6890661111527980568ae1084dc68aad69a486d Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 27 Jun 2025 16:53:23 +0200 Subject: [PATCH] Add JDTLS files in gitignore --- .gitignore | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2ba47ae..e0d0cf6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,17 @@ -.direnv .mvn target -.idea/ *.iml dependency-reduced-pom.xml -hs_err_pid*.log \ No newline at end of file +hs_err_pid*.log + + +# Jetbrains +.idea/ + +# Eclipse / JDTLS +.classpath +.project +.settings + +# Nix Env +.direnv