Ignore Eclipse IDE files (#1626)

This commit is contained in:
Daniel Gredler 2023-05-22 19:42:07 -04:00 committed by GitHub
parent b892c401c9
commit 807fb0ba9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -3,3 +3,6 @@ target
.idea .idea
*.iml *.iml
.DS_Store .DS_Store
.settings
.classpath
.project