mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
chore: gitignore large bundled android assets
This commit is contained in:
parent
277c424f85
commit
31a1835503
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -36,3 +36,8 @@ Thumbs.db
|
|||
/*.flatpak
|
||||
/emerald-repo
|
||||
/ignore/*
|
||||
|
||||
# Android bundled runtime assets (too large for GitHub; must be present in the working tree)
|
||||
/src-tauri/gen/android/app/src/main/assets/imagefs.tar.zst
|
||||
/src-tauri/gen/android/app/src/main/assets/proton-*.tar.zst
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue