-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
78 lines (70 loc) · 1.58 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
rockweiler-console/draft
# Folders and files created by the build process
target
*.class
# Project files for IntelliJ
.idea
*.iml
*.ipr
# Project files for Eclipse
.project
.classpath
.settings
# Others
atlassian-ide-plugin.xml
# /
/# Folders and files created by the build process
/target
/*.class
/# Project files for IntelliJ
/.idea
/*.iml
/*.ipr
/# Project files for Eclipse
/.project
/.classpath
/.settings
/# Others
/atlassian-ide-plugin.xml
# /common-data/
/common-data/# Folders and files created by the build process
/common-data/target
/common-data/*.class
/common-data/# Project files for IntelliJ
/common-data/.idea
/common-data/*.iml
/common-data/*.ipr
/common-data/# Project files for Eclipse
/common-data/.project
/common-data/.classpath
/common-data/.settings
/common-data/# Others
/common-data/atlassian-ide-plugin.xml
# /hadoop-core/
/hadoop-core/# Folders and files created by the build process
/hadoop-core/target
/hadoop-core/*.class
/hadoop-core/# Project files for IntelliJ
/hadoop-core/.idea
/hadoop-core/*.iml
/hadoop-core/*.ipr
/hadoop-core/# Project files for Eclipse
/hadoop-core/.project
/hadoop-core/.classpath
/hadoop-core/.settings
/hadoop-core/# Others
/hadoop-core/atlassian-ide-plugin.xml
# /hadoop-test/
/hadoop-test/# Folders and files created by the build process
/hadoop-test/target
/hadoop-test/*.class
/hadoop-test/# Project files for IntelliJ
/hadoop-test/.idea
/hadoop-test/*.iml
/hadoop-test/*.ipr
/hadoop-test/# Project files for Eclipse
/hadoop-test/.project
/hadoop-test/.classpath
/hadoop-test/.settings
/hadoop-test/# Others
/hadoop-test/atlassian-ide-plugin.xml