From: Svjatoslav Agejenko Date: Wed, 25 Mar 2026 19:33:14 +0000 (+0200) Subject: chore: add eclipse project files to gitignore X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=commitdiff_plain;h=01f839a61ddf3da57cb78c1755f8476f3bb14514;p=sixth-data.git chore: add eclipse project files to gitignore --- 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