Initial QMAX production app
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
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/
|
||||
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/
|
||||
Reference in New Issue
Block a user