-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
.gitignore
79 lines (69 loc) · 1.98 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.factorypath
# /core/
/core/.project
/core/.settings
/core/build.log
/core/target
# /core/mybatis-generator-core/
/core/mybatis-generator-core/.classpath
/core/mybatis-generator-core/.project
/core/mybatis-generator-core/.settings
/core/mybatis-generator-core/target
# /core/mybatis-generator-maven-plugin/
/core/mybatis-generator-maven-plugin/.classpath
/core/mybatis-generator-maven-plugin/.project
/core/mybatis-generator-maven-plugin/.settings
/core/mybatis-generator-maven-plugin/target
# /core/mybatis-generator-systests-common/
/core/mybatis-generator-systests-common/.classpath
/core/mybatis-generator-systests-common/.project
/core/mybatis-generator-systests-common/.settings
/core/mybatis-generator-systests-common/target
# /core/mybatis-generator-systests-mybatis3/
/core/mybatis-generator-systests-mybatis3/.classpath
/core/mybatis-generator-systests-mybatis3/.project
/core/mybatis-generator-systests-mybatis3/.settings
/core/mybatis-generator-systests-mybatis3/target
# /core/mybatis-generator-systests-mybatis3-java8/
/core/mybatis-generator-systests-mybatis3-java8/.classpath
/core/mybatis-generator-systests-mybatis3-java8/.project
/core/mybatis-generator-systests-mybatis3-java8/.settings
/core/mybatis-generator-systests-mybatis3-java8/target
# /core/mybatis-generator-systests-domtests/
/core/mybatis-generator-systests-domtests/.classpath
/core/mybatis-generator-systests-domtests/.project
/core/mybatis-generator-systests-domtests/.settings
/core/mybatis-generator-systests-domtests/target
# /core/mybatis-generator-systests-kotlin/
/core/mybatis-generator-systests-kotlin/.classpath
/core/mybatis-generator-systests-kotlin/.project
/core/mybatis-generator-systests-kotlin/.settings
/core/mybatis-generator-systests-kotlin/target
/.project
.idea
*.iml
/core/.mvn/wrapper/maven-wrapper.jar
**/.DS_Store
*.ipr
*.iws
*.iml
.gradle/*
.classpath
build/*
classes/*
out
.gradle*
.idea
.idea/*
.idea*
.classpath
.project
.settings/
*.log
*.log.*
*.bak
bin/
data/*
*workspace.xml
.vscode
.github/keys