Integrate with Fastline, Create a release script
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -24,4 +24,22 @@ dist-ssr
|
||||
*.sw?
|
||||
|
||||
resources/android/**/*
|
||||
resources/ios/**/*
|
||||
resources/ios/**/*
|
||||
|
||||
# Secrets (pulled via scripts/pull-secrets.sh)
|
||||
.env.production
|
||||
android/app/google-services.json
|
||||
android/app/release/*.jks
|
||||
android/keystore.properties
|
||||
android/local.properties
|
||||
ios/App/App/GoogleService-Info.plist
|
||||
ios/*.p8
|
||||
|
||||
# Release build outputs
|
||||
build/android
|
||||
build/ios
|
||||
fastlane/report.xml
|
||||
fastlane/Preview.html
|
||||
fastlane/.env
|
||||
fastlane/*.log
|
||||
vendor/bundle
|
||||
Reference in New Issue
Block a user