Files
HotKeet/.gitignore
elpatron 3bef69fb5a Update .gitignore to exclude build artifacts
- Added 'bundle/' to .gitignore to prevent build artifacts from being tracked in the repository.
2026-03-06 21:38:33 +01:00

31 lines
240 B
Plaintext

# Rust
target/
**/*.rs.bk
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Build-Artefakte
bundle/
*.exe
*.dll
*.pdb
*.exp
*.lib
# Temporäre Dateien
*.tmp
*.temp
*.log
# Assets (generierte ICOs)
assets/*.ico