From b763f992ad76430db9921ed108fe9f6a141b1fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Kubitz?= Date: Fri, 20 Sep 2024 13:26:08 +0200 Subject: [PATCH] add /.project to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 80219216a11..bb536c5ee2b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ Snap.* /target/ # pomless -.polyglot.* \ No newline at end of file +.polyglot.* +/.project