Files
Pong/app-bevy/.gitignore
2025-10-13 21:23:02 +02:00

17 lines
173 B
Plaintext

# Rust
/target
**/*.rs.bk
Cargo.lock
# Nix
result
.direnv
# Editor-specific for people using these
.vscode
.idea
# OS-specific for people using these
.DS_Store
Thumbs.db