-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
25 lines (22 loc) · 1.01 KB
/
Copy path.gitignore
File metadata and controls
25 lines (22 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
node_modules/
tests/.e2e-cache/
*.tgz
# Static-embedding model assets live ONLY in the GitHub release, never in git or
# the npm tarball: the generated conversion output and any pulled model.
scripts/embed-asset/model.json
scripts/embed-asset/.venv/
.codeindex/
.codeindex-edit-*/
# The EXTENDED tree-sitter grammar tier lives only in the GitHub release asset,
# never in git: `node scripts/fetch-grammars.mjs --extended` regenerates it, and
# `codeindex grammars pull` is how a consumer gets it.
scripts/grammars-extended/
# The playground serves the engine bundle and the grammars from its own
# directory, but both live in scripts/ (the bundle is published to npm as
# @maxgfr/codeindex/browser; the wasm is 22 MB). They are COPIED in at deploy
# time by .github/workflows/site.yml rather than committed twice. To run the
# playground locally:
# cp scripts/engine.browser.mjs site/playground/engine.browser.mjs
# cp -R scripts/grammars site/playground/grammars
site/playground/grammars/
site/playground/engine.browser.mjs