53 lines
836 B
Plaintext
53 lines
836 B
Plaintext
bin/
|
|
obj/
|
|
.vs/
|
|
.idea/
|
|
.gradle/
|
|
build/
|
|
artifacts/
|
|
node_modules/
|
|
local.properties
|
|
*.user
|
|
*.suo
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
*.part
|
|
*.hprof
|
|
|
|
# QMAX runtime data and secrets
|
|
data/
|
|
!server/QMax.Api/Data/
|
|
!server/QMax.Api/Data/**
|
|
storage/
|
|
secrets/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
appsettings.Production.local.json
|
|
qmax-*-firebase-adminsdk-*.json
|
|
firebase-adminsdk*.json
|
|
service-account*.json
|
|
*.keystore
|
|
*.jks
|
|
key.properties
|
|
!qmax-*-firebase-adminsdk-*.json
|
|
!firebase-adminsdk*.json
|
|
!service-account*.json
|
|
!android/qmax-release.jks
|
|
!android/key.properties
|
|
|
|
# Firebase Android config may be used locally, but should be reviewed before publishing.
|
|
google-services.json
|
|
!google-services.json
|
|
!android/app/google-services.json
|
|
|
|
# Android/IDE output
|
|
android/.kotlin/
|
|
android/captures/
|
|
android/app/release/
|
|
android/app/debug/
|