50 lines
438 B
Plaintext
50 lines
438 B
Plaintext
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
bin/
|
|
lcov.info
|
|
|
|
|
|
.emails/
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.npm
|
|
|
|
# Build outputs
|
|
/dist/
|
|
*.tsbuildinfo
|
|
/bin/gws-native*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Test artifacts
|
|
*.log
|
|
coverage/
|
|
.nyc_output/
|
|
download.txt
|
|
files.jsonl
|
|
|
|
# Plans (local design docs)
|
|
docs/plans/
|
|
|
|
# Generated
|
|
demo.mp4
|
|
download.html |