25 lines
254 B
Text
25 lines
254 B
Text
# Rust
|
|
/target
|
|
**/*.rs.bk
|
|
Cargo.lock.bak
|
|
|
|
# Makepad live-edit artifacts
|
|
/.makepad
|
|
/live_cache
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.fn.history/
|
|
|
|
# Build artifacts from `just zip`
|
|
/theming.zip
|
|
/theming-*.zip
|