forked from airbnb/chronon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (51 loc) · 745 Bytes
/
.gitignore
File metadata and controls
55 lines (51 loc) · 745 Bytes
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
**/target/
**/target-*/
**/target-embedded/
**/target-31/
**/.bsp/
*.class
*.jar
*.war
*.ear
*.logs
*.iml
.idea/
*.jvmopts
.bloop*
.metals*
.venv*
*metals.sbt*
.eclipse
**/.vscode/
**/__pycache__/
**/.DS_Store/
api/py/ai/chronon/api/
api/py/test/sample/production/group_bys/quickstart/
api/py/test/sample/production/joins/quickstart/
api/py/.coverage
api/py/htmlcov/
**/derby.log
cs
*.bloop
*.metals
*.venv
# Documentation builds
docs/build/
# Python distribution and packaging
api/py/dist/
api/py/eggs/
api/py/sdist/
api/py/build/
api/py/ai/chronon/thrift/
api/py/*.egg-info/
*.egg
.coverage
# spark test scratch area
**/spark-warehouse/
**/metastore_db/
mvn_settings.xml
/.run/spark Clean.run.xml
# Release folder
releases
# bazel
bazel-*