28 lines
480 B
Plaintext
28 lines
480 B
Plaintext
# Android / Gradle
|
|
*.iml
|
|
.gradle/
|
|
.kotlin/
|
|
build/
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
|
|
# Machine-specific: points at this SDK install, never shared.
|
|
local.properties
|
|
|
|
# IDE
|
|
/.idea/
|
|
.DS_Store
|
|
|
|
# Gateway
|
|
# Holds the Postgres password, admin token and Emby address.
|
|
.env
|
|
/server/bin/
|
|
/server/.tmp-go-cache/
|
|
|
|
# Release artefacts and signing material. The keystore must never be committed:
|
|
# whoever holds it can publish an update that installs over Memby.
|
|
/dist/out/
|
|
*.jks
|
|
*.keystore
|