Files
anvil/.gitignore
Eric Ratliff 69d537bf8f
Some checks failed
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
Included release instructions and general build instructions
2026-02-22 09:52:37 -06:00

25 lines
280 B
Plaintext

# Rust build output
/target/
**/*.rs.bk
# Cargo lock is committed for binaries (not libraries)
# Cargo.lock is tracked
# IDE
.idea/
*.iml
.vscode/.history/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
Desktop.ini
# Test artifacts
/tests/tmp/
# Release artifacts
release-artifacts/