-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (63 loc) · 1.01 KB
/
Copy path.gitignore
File metadata and controls
77 lines (63 loc) · 1.01 KB
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
# Python (pipeline/)
pipeline/__pycache__/
pipeline/**/__pycache__/
pipeline/*.egg-info/
pipeline/**/*.egg-info/
pipeline/.venv/
pipeline/venv/
pipeline/build/
pipeline/codedoc-output/
pipeline/output/
pipeline/output_old/
pipeline/.pytest_cache/
pipeline/.tmp/
.ruff_cache/
# Gradle / Java (indexer/)
indexer/.gradle/
indexer/build/
indexer/app/build/
indexer/bin/cmg-*
indexer/kuzu_db/
indexer/**/*.class
# Node (ui/ and indexer/parsers/javascript/)
ui/node_modules/
ui/dist/
indexer/parsers/javascript/node_modules/
# PHP (indexer/parsers/php/)
indexer/parsers/php/vendor/
# Common
.DS_Store
.env
*.log
.idea/
*.iml
.vscode/
output/
#output folder
output/
output_old/
/kuzu_db/
demo.txt
.learnings/demo.txt
help.txt
*.tar
# Native distribution build artefacts
dist/
releases/
.learnings/
#test
token-usage
.learnings/token-usage
e2e-test/manual-test-lumen.sh
task_logs/
task_logs_v1/
task_logs_v2/
task_logs_v3/
task_logs_v4/
task_logs_v5/
output_v1.0/
output_v2.0/
output_v3.0/
output_v4.0/
output_v5.0/
docker-buildx