From 01f839a61ddf3da57cb78c1755f8476f3bb14514 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Wed, 25 Mar 2026 21:33:14 +0200 Subject: [PATCH] chore: add eclipse project files to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9576f8..0842dc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ /.idea/ +/.settings/ /target/ /doc/apidocs/ /*.iml /test.byar -*.html \ No newline at end of file +*.html +/.classpath +/.project \ No newline at end of file -- 2.20.1