2020-02-27 19:20:06 +01:00
|
|
|
# OSX
|
|
|
|
#
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Xcode
|
|
|
|
#
|
|
|
|
build/
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
|
|
|
*.xccheckout
|
|
|
|
*.moved-aside
|
|
|
|
DerivedData
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
|
|
|
*.xcuserstate
|
|
|
|
|
|
|
|
# Android/IntelliJ
|
|
|
|
#
|
|
|
|
build/
|
|
|
|
.idea
|
2019-07-10 21:30:41 -04:00
|
|
|
.gradle
|
2020-02-27 19:20:06 +01:00
|
|
|
local.properties
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
# 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/
|
|
|
|
|
|
|
|
# Other Files
|
|
|
|
app/google-services.json
|
2020-08-19 17:23:35 +01:00
|
|
|
app/twitter.properties
|
2018-07-23 10:16:55 -04:00
|
|
|
*.log
|
|
|
|
.vagrant
|
2020-02-27 19:20:06 +01:00
|
|
|
*.hprof
|
|
|
|
app/build
|
|
|
|
bin
|
2021-06-25 19:07:47 +01:00
|
|
|
app/debuglib
|