chore: add eclipse project files to gitignore
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 25 Mar 2026 19:33:14 +0000 (21:33 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 25 Mar 2026 19:33:14 +0000 (21:33 +0200)
.gitignore

index f9576f8..0842dc9 100644 (file)
@@ -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