fable/.gitignore
2025-04-18 13:07:30 -06:00

34 lines
280 B
Plaintext

# Compiled binary
*.exe
*.dll
*.so
*.dylib
# Rust/Cargo specific files
/target/
**/target/
# Build artifacts
*.rlib
# Generated by Cargo
Cargo.lock
# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*.swn
*.bak
*.tmp
# Logs
*.log
# Other
.DS_Store
Thumbs.db
# User Saves
saves/