Skip to content

Commit ac735a4

Browse files
committed
Update gitignore rules for modern IDEs
1 parent 5915fe1 commit ac735a4

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
#IntelliJ
1+
# Maven #
2+
/target/
3+
4+
# IntelliJ #
25
/.idea/
3-
*.iml
46

5-
.classpath
6-
.metadata
7-
.project
8-
.settings/
9-
/target/
7+
# Eclipse #
8+
/.classpath
9+
/.factorypath
10+
/.project
11+
/.settings/

0 commit comments

Comments
 (0)