-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (64 loc) · 1.22 KB
/
Copy path.gitignore
File metadata and controls
69 lines (64 loc) · 1.22 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
Makefile
config.h
shared/embedded_config.c
code-index.db
code-index.db*
index.db
index.db*
*.db
*.db*
build/*
parser.c
*.o
**/*.o
tree-sitter-*
index-c
index-go
index-perl
index-php
index-python
index-rust
index-ts
qi
query-index
tools/ast-explorer-c
tools/ast-explorer-go
tools/ast-explorer-php
tools/ast-explorer-python
tools/ast-explorer-rust
tools/ast-explorer-ts
tools/*
!tools/sources
!tools/*.*
!/tools/*/*
benchmark/*
!benchmark/*.*
tmp/*
*/grammar_version.h
token-science
tmp/cachegrind*
__pycache__
test.parquet
run_pro_ledger.jsonl
dist/
# WASM artifacts (generated) -- plain + content-hashed copies live under
# html/assets/; the manifest stays same-origin at html/ (worker fetches it).
html/assets/qi-web.js
html/assets/qi-web.wasm
html/assets/qi-web.*.js
html/assets/qi-web.*.wasm
html/asset-manifest.json
wasm/sqlite3.c
wasm/sqlite3.h
# Per-project source trees for browser -e/-C extraction (local/generated;
# populated by copying/cloning repos in -- see html/assets/sources/README.md).
# Browser DB snapshots (*.browser.db) are already covered by *.db above.
html/assets/sources/*
!html/assets/sources/README.md
!html/assets/sources/browser-snapshot.sh
.idea
.theia
node_modules
memory
experiment/repos
experiment/.venv_pro