Skip to content

Commit fda9d29

Browse files
committed
Add Eclipse-generated files to .gitignore
Eclipse creates some metadata files when working with this project. Since we use Maven integration, these files are automatically generated and should not be included in git. Add these entries to .gitignore Signed-off-by: Christian Kohlschütter <[email protected]>
1 parent 6e33634 commit fda9d29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
target
22
.idea
33
*.iml
4+
.project
5+
.settings
6+
.classpath
7+
.factorypath

0 commit comments

Comments
 (0)