Blacksite/.gitignore
Rbanh 0553a85220
Some checks are pending
CI / Format, lint, test, build (push) Waiting to run
Build production-ready editor authoring workflows
2026-07-11 12:41:04 -04:00

29 lines
354 B
Plaintext

# Rust build output
/target/
/dist/
# 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