chore: gitignore keystores and refresh Cargo.lock

Adds *.jks / *.jks.bak / *.keystore to .gitignore so the
release signing material can never be committed accidentally.

Cargo.lock drift catches up with 7c07f71 (bevy dep added to
solitaire_data for Android target) — the prior commit edited
solitaire_data/Cargo.toml but didn't regenerate the lockfile.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-10 20:37:11 -07:00
parent b9aa2620b8
commit 16ce2b88d2
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -10,3 +10,8 @@ data/
# IDE project files
.idea/
# Android signing keystores — never commit
*.jks
*.jks.bak
*.keystore