mirror of
https://github.com/avinal/nikki.git
synced 2026-07-03 21:40:09 +05:30
d2be80bc7d
Build workflow: runs tests + assembles debug APK on pull requests. Release workflow: builds signed APK and uploads to GitHub release. Signing config reads keystore from env vars (set by CI secrets). Keystore files excluded from git. Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> Co-Authored-By: Claude Opus 4.6 (1M context)
37 lines
470 B
Plaintext
37 lines
470 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/caches
|
|
/.idea/libraries
|
|
/.idea/modules.xml
|
|
/.idea/workspace.xml
|
|
/.idea/navEditor.xml
|
|
/.idea/assetWizardSettings.xml
|
|
/.idea/deploymentTargetSelector.xml
|
|
.DS_Store
|
|
/build
|
|
*/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|
|
*.hprof
|
|
|
|
# KMP
|
|
/composeApp/schemas
|
|
/kotlin-js-store
|
|
.kotlin/
|
|
composeApp/schemas/
|
|
index.html
|
|
script.js
|
|
styles.css
|
|
|
|
# Signing
|
|
*.jks
|
|
*.keystore
|
|
|
|
# Dev artifacts
|
|
PLAN.md
|
|
Screenshot_*.png
|
|
logo-triangle.svg
|