From b3410e3a5f958b49638dd7897be1ff976b54fac6 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Mon, 2 Mar 2026 18:08:47 +0100 Subject: [PATCH] Add Eclipse files to gitignore --- backend-spring/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend-spring/.gitignore b/backend-spring/.gitignore index 67bcc2f..b7d2629 100644 --- a/backend-spring/.gitignore +++ b/backend-spring/.gitignore @@ -1,2 +1,7 @@ .gradle/ build/ + +# Eclispe Directories +/.classpath +/.project +/bin