xueli.xue 9 years ago
parent
commit
cbeaf5a4f8
4 changed files with 5 additions and 19 deletions
  1. 5 1
      .gitignore
  2. 0 6
      xxl-job-admin/.gitignore
  3. 0 6
      xxl-job-core/.gitignore
  4. 0 6
      xxl-job-executor-example/.gitignore

+ 5 - 1
.gitignore View File

@@ -1,5 +1,9 @@
1
+# for eclipse
1 2
 /.settings/
2 3
 /.project
3
-/xxl-job.iml
4
+
5
+# for idea
6
+*.iml
4 7
 /.idea
8
+*/target
5 9
 .DS_Store

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

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

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

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

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

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