xueli.xue před 8 roky
rodič
revize
cbeaf5a4f8

+ 5 - 1
.gitignore

@@ -1,5 +1,9 @@
+# for eclipse
 /.settings/
 /.project
-/xxl-job.iml
+
+# for idea
+*.iml
 /.idea
+*/target
 .DS_Store

+ 0 - 6
xxl-job-admin/.gitignore

@@ -1,6 +0,0 @@
-/target/
-/.settings/
-/.classpath
-/.project
-/xxl-job-admin.iml
-/target/

+ 0 - 6
xxl-job-core/.gitignore

@@ -1,6 +0,0 @@
-/target/
-/.classpath
-/.project
-/.settings/
-/xxl-job-core.iml
-/target/

+ 0 - 6
xxl-job-executor-example/.gitignore

@@ -1,6 +0,0 @@
-/target/
-/.classpath
-/.project
-/.settings/
-/xxl-job-executor-example.iml
-/target/