This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
mobile-app/.gitignore

70 lines
939 B
Plaintext
Raw Permalink Normal View History

2021-04-03 09:52:26 +00:00
# OSX
#
.DS_Store
# Xcode
#
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
# Android/IntelliJ
#
build/
2021-04-04 10:21:33 +00:00
release/
2021-06-06 14:19:57 +00:00
!android/app/src/release
2021-04-03 09:52:26 +00:00
.idea
.gradle
local.properties
*.iml
2021-11-01 14:41:06 +00:00
*.hprof
2021-04-03 09:52:26 +00:00
# node.js
#
node_modules/
npm-debug.log
yarn-error.log
# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/
*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots
# Bundle artifact
*.jsbundle
# CocoaPods
/ios/Pods/
remote-schema.graphql
2021-06-06 11:27:56 +00:00
upload.jks
google-services.json
2021-11-07 10:11:51 +00:00
sentry.properties
.env.production