Update gitignore - Eclipse IDE specific conf (#14099)

Those Ecilpse-IDE specific files are generated by mvn eclipse:eclipse.
This commit is contained in:
Chenjp 2024-05-08 11:06:02 +08:00 committed by GitHub
parent 0fc6a30684
commit c24eca7e1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -11,6 +11,8 @@ target/
.settings/
.project
.classpath
.externalToolBuilders
maven-eclipse.xml
# idea ignore
.idea/