2015-08-04 12:50:22 +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
|
|
|
|
project.xcworkspace
|
|
|
|
|
2016-11-18 18:25:02 -08:00
|
|
|
# Android/IntelliJ
|
2015-09-26 23:04:05 -04:00
|
|
|
#
|
2016-11-18 18:25:02 -08:00
|
|
|
build/
|
2015-09-26 23:04:05 -04:00
|
|
|
.idea
|
|
|
|
.gradle
|
|
|
|
local.properties
|
2016-11-18 18:25:02 -08:00
|
|
|
*.iml
|
2015-09-26 23:04:05 -04:00
|
|
|
|
2015-08-04 12:50:22 +01:00
|
|
|
# node.js
|
|
|
|
#
|
|
|
|
node_modules/
|
|
|
|
npm-debug.log
|
2016-12-21 15:26:50 -08:00
|
|
|
yarn-error.log
|
2016-04-01 08:53:28 -07:00
|
|
|
|
|
|
|
# BUCK
|
|
|
|
buck-out/
|
|
|
|
\.buckd/
|
2016-11-02 11:09:42 -07:00
|
|
|
*.keystore
|
2016-11-24 08:13:15 -08:00
|
|
|
|
|
|
|
# fastlane
|
|
|
|
#
|
2016-12-02 07:42:27 -08:00
|
|
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
2016-11-24 08:13:15 -08:00
|
|
|
# screenshots whenever they are needed.
|
|
|
|
# For more information about the recommended setup visit:
|
2017-08-04 15:43:51 -07:00
|
|
|
# https://docs.fastlane.tools/best-practices/source-control/
|
2016-11-24 08:13:15 -08:00
|
|
|
|
2017-08-04 15:43:51 -07:00
|
|
|
*/fastlane/report.xml
|
|
|
|
*/fastlane/Preview.html
|
|
|
|
*/fastlane/screenshots
|
2018-02-16 13:51:23 -08:00
|
|
|
|
|
|
|
# Bundle artifact
|
|
|
|
*.jsbundle
|