forked from apache/gobblin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (56 loc) · 785 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
53
54
55
56
57
58
59
60
61
62
63
.classpath*
.project*
.settings
# Intellij related
**/.idea
**/*.iml
**/*.iws
**/*.ipr
.shelf/
**/.classpath
**/.project
**/.settings
**/*.swp
**/*.swo
**/*.log
*/bin
**/bin
**/build/
.gradle
**/.gradle
test-output
**/test-output
dist
target
tmp
out
**/out
output
gobblin-test/basicTest
gobblin-test/jobOutput
gobblin-test/state-store
gobblin-tesTaskt/metrics
gobblin-test/byteman
gobblin-test/locks
gobblin-test/mr-jobs
/eclipse_build
.project
.classpath
out/
*/bin/
**/mainGeneratedDataTemplate
**/mainGeneratedRest
gobblin-dist/
gobblin-distribution-*.tar.gz
gobblin.tar.gz
*~
metastore_db/
GobblinKey_*.pem
# generated nodeJs files
node_modules/
package-lock.json
*.out
# generated java files
**/gen-java/
# generated config files by tests
**/generated-gobblin-cluster.conf