Blacksite/.gitignore
Rbanh 3e053a81ab
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Expand asset browser subasset workflow
2026-06-06 01:38:27 -04:00

28 lines
347 B
Plaintext

# Rust build output
/target/
# Local automation and assistant state
/.agents/
/.codex/
# Local environment files
.env
.env.*
!.env.example
# Editor/runtime generated session state
/assets/levels/.pie_session.scn.ron
/assets/.trash/
# Backup, temporary, and log files
**/*.rs.bk
Cargo.lock.bak
*.bak
*.tmp
*.temp
*.log
*.swp
*.swo
*~
.DS_Store