Browse Source

提交忽略文件

hjc 4 months ago
parent
commit
35dfa62850
1 changed files with 34 additions and 0 deletions
  1. 34 0
      .gitignore

+ 34 - 0
.gitignore

@@ -0,0 +1,34 @@
1
+*.class
2
+
3
+# Package Files #
4
+*.jar
5
+*.war
6
+*.ear
7
+target/
8
+
9
+# eclipse
10
+.settings/
11
+.classpath
12
+.project
13
+logs/
14
+
15
+# idea
16
+.idea/
17
+*.iml
18
+.murphy.yml
19
+
20
+*velocity.log*
21
+
22
+### STS ###
23
+.apt_generated
24
+.factorypath
25
+.springBeans
26
+
27
+### IntelliJ IDEA ###
28
+.idea
29
+*.iws
30
+*.ipr
31
+*.log
32
+tmp/
33
+!DmJdbcDriver18.jar
34
+!kingbase8-8.6.0.jar