-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (60 loc) · 959 Bytes
/
.gitignore
File metadata and controls
72 lines (60 loc) · 959 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Rust
target/
**/*.rs.bk
*.pdb
Cargo.lock
# Node
node_modules/
dist/
build/
*.tsbuildinfo
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
# WASM build artifacts
packages/core/src/wasm/
*.wasm
pkg/
!packages/core/wasm/
!packages/core/wasm/**
# IDE
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.DS_Store
# Test artifacts
coverage/
lcov.info
.nyc_output/
playwright-report/
test-results/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env
.env.local
.env.*.local
# Build output
dist-ssr/
*.local
# Temporary files
tmp/
temp/
# Fuzzing and property test artifacts
crates/flowscope-core/tests/property.proptest-regressions
crates/flowscope-core/fuzz/target/
crates/flowscope-core/fuzz/corpus/
crates/flowscope-core/fuzz/artifacts/
# Git worktrees
.worktrees/
# ralphex progress logs
progress-*.txt
# CLI embedded web assets (generated by `just sync-cli-serve-assets`)
crates/flowscope-cli/embedded-app/