-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (34 loc) · 913 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (34 loc) · 913 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
# Rust
/target/
**/*.rs.bk
*.pdb
# Cargo.lock is committed for CI reproducibility (cargo vet requires exact versions)
# Landing-page crates are excluded from the workspace, so they build into their
# own target/ dirs; the site also emits a dist/ via Trunk. Their Cargo.lock is
# committed (they're apps) for reproducible builds.
/crates/site/dist/
/crates/site/target/
/crates/site-e2e/target/
# Walkthrough receipts (screenshots + trace) are generated by the dogfood test
# and regenerated by CI on every deploy. Don't commit stale binaries, but keep
# the dir (with .gitkeep) so Trunk's copy-dir works on a fresh checkout.
/crates/site/public/receipts/*
!/crates/site/public/receipts/.gitkeep
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Documentation
# cargo-mutants
mutants.out/
mutants.out.old/
# Claude Code runtime state
.claude/scheduled_tasks.lock