There was an error while loading. Please reload this page.
1 parent 5915fe1 commit ac735a4Copy full SHA for ac735a4
1 file changed
.gitignore
@@ -1,9 +1,11 @@
1
-#IntelliJ
+# Maven #
2
+/target/
3
+
4
+# IntelliJ #
5
/.idea/
-*.iml
6
-.classpath
-.metadata
7
-.project
8
-.settings/
9
-/target/
+# Eclipse #
+/.classpath
+/.factorypath
10
+/.project
11
+/.settings/
0 commit comments