๐Ÿ“ฆ apache / amoro

๐Ÿ“„ .gitignore ยท 83 lines
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
80
81
82
83*.swp
.DS_Store
.cache
*dependency-reduced-pom.xml

# intellij files
.idea/*
!.idea/vcs.xml
!.idea/icon.svg
.idea_modules/
*.ipr
*.iws
*.iml

# gradle build
.gradle
build/apache-maven*
gradle/
out
gradle/wrapper/gradle-wrapper.jar

.mvn/wrapper/*.jar
.mvn/maven.config

__pycache__/
*.py[cod]
.eggs/
.tox/
env/
venv/
*.egg-info/
test-reports
build/
.coverage
coverage.xml
.pytest_cache/
spark/tmp/
spark/spark-warehouse/

# vscode/eclipse files
.classpath
.project
bin/

# Hive/metastore files
metastore_db/

# Python stuff
python/.mypy_cache/

# logs
logs/
core/derby.log
*.log

# target
target/

# keberos configs
*amoro_krb_conf/

# local config
conf/


# test resources
*unit_test_base_tmp/

*/.gitignore
*.tgz

# dashboard static resources
amoro-web/src/main/resources/static/
amoro-web/node/

# Hugo generated directories
public
resources
!javadoc/resources

!dist/src/main/amoro-bin/bin/
!dist/src/main/amoro-bin/conf/