Files
Hytale-F2P/.gitignore
Rahul Sahani a8da559e93 Custom Mod loading fix (#92)
* feat: Add Repair Game functionality including UserData backup and cache clearing

* feat: Add In-App Logs Viewer and Logs Folder shortcut

* feat: Add Open Logs feature

* disable dev tools

* Fix Settings UI

* Implement custom mod loading, autoimport, auto repair

* Fixed Custom Mod loading issues and merge issues

* feat: Externalize sensitive API keys and Discord client ID into environment variables using dotenv.

* feat(mods): add profile-based mod management and auto-repair
2026-01-22 18:01:57 +08:00

13 lines
107 B
Plaintext

dist/*
node_modules/*
bun.lock
# Build artifacts
src/
pkg/
# Package files
*.tar.zst
*.zst
bun.lockb
.env