mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 09:11:59 -03:00
* 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
13 lines
107 B
Plaintext
13 lines
107 B
Plaintext
dist/*
|
|
node_modules/*
|
|
bun.lock
|
|
|
|
# Build artifacts
|
|
src/
|
|
pkg/
|
|
|
|
# Package files
|
|
*.tar.zst
|
|
*.zst
|
|
bun.lockb
|
|
.env |