Files
cursebreaker-parser-rust/.gitignore
2025-12-30 12:16:52 +09:00

24 lines
198 B
Plaintext

# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment
.env
# OS
.DS_Store
Thumbs.db
# Build artifacts
/unity-parser/target/
/cursebreaker-parser/target/