-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (42 loc) · 738 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (42 loc) · 738 Bytes
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
node_modules
dist
GEMINI.md
CLAUDE.md
.gemini/
.claude/
.agents/
.codex/
/.ai-internal/
.specify/
.planning/
.omx/
.cargo/
spec/
specs/
.sisyphus
# pnpm
.pnpm-store/
# Build outputs
packages/*/dist
packages/*/dist_tmp_*
packages/*/coverage
packages/*/.cache
packages/*/node_modules
packages/benchmark/*.log
packages/benchmark/results/machine-code-comparison/
packages/benchmark/results/bun-jsc-cpu-profile/
packages/benchmark/results/woodstox-jfr/
packages/benchmark/native/
packages/benchmark/external/*/target/
packages/benchmark/external/woodstox/dependency-reduced-pom.xml
packages/native-*/stax_xml_native.node
coverage/
directions
RELEASE_NATIVE_AUDIT.md
native-branch-summary*.json
# IDE
.vscode
.idea
# OS
.DS_Store
Thumbs.db