Files
schwert_und_magie_on_pebble/.gitignore
T
ml f3f7442849
release / build (push) Failing after 0s
dist.sh builds versioned, signed artifacts for both apps from a git tag
(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.
2026-07-02 13:19:12 +02:00

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