-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
52 lines (41 loc) · 955 Bytes
/
.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
# /
**/*~
**/derby.log
/ant.properties
/clipboard.*
**/target
**/.settings
**/.classpath
**/.project
**/.surefire-*
/profiles.xml
/target.properties
/transaction.log
# ignore IDEA files
*.iml
*.ipr
*.iws
.idea
# /modules/
/modules/target
# /modules/client/
/modules/client/target
# /modules/management/
/modules/management/target
# /modules/resources/
/modules/resources/target
# /modules/server/
/modules/server/target
# /modules/testsuite/
/modules/testsuite/target
# /modules/testsuite/cxf-tests/
/modules/testsuite/cxf-tests/target
/modules/testsuite/cxf-tests/lib
# /modules/testsuite/framework-tests/
/modules/testsuite/framework-tests/target
/modules/testsuite/framework-tests/org
/modules/testsuite/framework-tests/transaction.log
# /modules/testsuite/framework-tests/src/test/
/modules/testsuite/framework-tests/src/test/ant-import
/modules/testsuite/framework-tests/src/test/java
/modules/testsuite/framework-tests/src/test/resources