-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
26 lines (22 loc) · 1.12 KB
/
Copy path.gitignore
File metadata and controls
26 lines (22 loc) · 1.12 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
node_modules
.claude/
# The official Vue grammars are VENDORED as a PINNED baseline (3 small MIT files from
# vuejs/language-tools) so the 4-language README ledger can regenerate in CI, which has no
# Volar install. (VS Code's TS/TSX/HTML/CSS/JS grammars are still FETCHED at a pinned tag by
# the readme-bench workflow; only Vue — whose shipped grammar has no clean raw-fetch URL — is
# vendored.) Any OTHER file dropped in this dir (a larger/newer fetch) stays ignored.
test/fixtures/vue-official/*
!test/fixtures/vue-official/vue.tmLanguage.json
!test/fixtures/vue-official/vue-directives.json
!test/fixtures/vue-official/vue-interpolations.json
# tree-sitter build outputs (from `tree-sitter generate` / `build --wasm`, not Monogram-emitted)
tree-sitter/*/src/parser.c
tree-sitter/*/src/grammar.json
tree-sitter/*/src/node-types.json
tree-sitter/*/src/tree_sitter/
tree-sitter/*/*.wasm
# Generated CST consumer artifact (npm run gen) — derived from the grammar, not
# committed: generate locally / in CI before typecheck and gates.
*.cst-match.ts
# Rust bench crate build output (test/oxc-parse-bench)
test/oxc-parse-bench/target/