forked from mybatis/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (44 loc) · 1.77 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
.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-ibatis2-java2/
/core/mybatis-generator-systests-ibatis2-java2/.classpath
/core/mybatis-generator-systests-ibatis2-java2/.project
/core/mybatis-generator-systests-ibatis2-java2/.settings
/core/mybatis-generator-systests-ibatis2-java2/target
# /core/mybatis-generator-systests-ibatis2-java5/
/core/mybatis-generator-systests-ibatis2-java5/.classpath
/core/mybatis-generator-systests-ibatis2-java5/.project
/core/mybatis-generator-systests-ibatis2-java5/.settings
/core/mybatis-generator-systests-ibatis2-java5/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
/.project
.idea
*.iml