25 lines
205 B
Plaintext
25 lines
205 B
Plaintext
# Rust
|
|
/target/
|
|
Cargo.lock
|
|
|
|
# Build outputs
|
|
/bin/
|
|
/addon/
|
|
|
|
# SCons
|
|
.sconf_temp/
|
|
.sconsign.dblite
|
|
config.log
|
|
|
|
# OS specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Editor specific
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/ |