0.3.33
This commit is contained in:
+12
-1
@@ -1,6 +1,7 @@
|
||||
# Android / Gradle
|
||||
*.iml
|
||||
.gradle/
|
||||
.tmp-gradle-run/
|
||||
.kotlin/
|
||||
build/
|
||||
/captures
|
||||
@@ -19,6 +20,15 @@ local.properties
|
||||
.env
|
||||
/server/bin/
|
||||
/server/.tmp-go-cache/
|
||||
/server/.tmp-go-build/
|
||||
# A compiled gateway binary belongs in the release pipeline, never in the tree.
|
||||
/server/*.exe
|
||||
|
||||
# Admin console (Node/Vite) — rebuilt fresh by the Dockerfile's own `npm ci` /
|
||||
# `npm run build`, exactly as admin-ui/.dockerignore already excludes both from
|
||||
# the build context. Neither belongs in git.
|
||||
/admin-ui/node_modules/
|
||||
/admin-ui/dist/
|
||||
|
||||
# Release artefacts and signing material. The keystore must never be committed:
|
||||
# whoever holds it can publish an update that installs over Memby.
|
||||
@@ -39,4 +49,5 @@ local.properties
|
||||
|
||||
# The installed APK a deploy script pulls off a television to compare against.
|
||||
/.tmp-memby-installed-base.apk
|
||||
.tmp-go-cache
|
||||
.tmp-go-cache
|
||||
/.gocache-task
|
||||
|
||||
Reference in New Issue
Block a user