-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
19 lines (17 loc) · 896 Bytes
/
.gitignore
File metadata and controls
19 lines (17 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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