xueli.xue 9 年前
父节点
当前提交
cbeaf5a4f8
共有 4 个文件被更改,包括 5 次插入19 次删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

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