-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (43 loc) · 789 Bytes
/
.gitignore
File metadata and controls
55 lines (43 loc) · 789 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
47
48
49
50
51
52
53
54
55
# Rust
target/
# Node.js
node_modules/
# npm package build outputs
npm/*/dist/
npm/vite-plugin-vize/wasm/
# Native (NAPI) build output
*.node
# CLI platform package binaries (CI copies before publish)
npm/cli-*/vize
npm/cli-*/vize.exe
# Legacy downloaded CLI binary
npm/vize/bin/vize-cli
npm/vize/bin/vize-cli.exe
# Examples build output
examples/*/dist/
examples/*/.vite/
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
*.tgz
# Benchmark input/output files
bench/__in__/
bench/__out__/
# Logs
*.log
npm-debug.log*
# Environment
.env
.env.local
.env.*.local
# Playwright test outputs
tests/app/results/
tests/app/screenshots/
playground/e2e/vrt/test-results/
playground/playwright-report/
tests/_fixtures/_projects/_git-worktrees/
# Vize local data (snapshots, cache, etc.)
.vize/