chore(repo): keystore 아티팩트 무시

- doc/key/ 디렉터리와 keystore 확장자를 무시해 인증서/비밀번호 노출을 방지
This commit is contained in:
JiWoong Sul
2025-12-04 16:35:15 +09:00
parent 6a3e8f30d8
commit 2857fe1cb6

5
.gitignore vendored
View File

@@ -52,6 +52,11 @@ local.properties
/android/local.properties /android/local.properties
/ios/Flutter/ephemeral/ /ios/Flutter/ephemeral/
# Keystore & secrets
*.jks
*.keystore
doc/key/
# Test Hive files # Test Hive files
test_hive/ test_hive/