4be350d758
release / build (push) Has been cancelled
(semver drives Android versionCode/versionName and package.json). The build-image/ Dockerfile pins the same toolchain for a portable, containerized Gitea Actions runner (build-image.sh builds and pushes it) so releases don't depend on any one machine's local setup. Pushing vX.Y.Z now builds and publishes a Gitea Release automatically.
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
/*.txt
|
|
*.iml
|
|
.gradle
|
|
.DS_Store
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|
|
.lock*
|
|
|
|
/SchwertUndMagieOnPebbleCompanionApp/local.properties
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/caches
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/libraries
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/modules.xml
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/workspace.xml
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/navEditor.xml
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/assetWizardSettings.xml
|
|
/SchwertUndMagieOnPebbleCompanionApp/build
|
|
/SchwertUndMagieOnPebbleCompanionApp/captures
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/build
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/.cxx
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/src/main/jni/vice-src
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/src/main/jni/vice-libs
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/src/main/jni/nibtools-src
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/src/main/jni/nibtools-libs
|
|
|
|
/SchwertUndMagieOnPebbleWatchApp/build
|
|
|
|
/dist
|
|
|
|
# Release signing — never commit keystores or their credentials.
|
|
# See docs/publish.md.
|
|
*.jks
|
|
*.keystore
|
|
keystore.properties
|
|
|
|
# Container registry push credentials for build-image.sh. See docs/publish.md.
|
|
registry.env
|