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/
|
|
|
|
android/app/libs
|
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:
|
|
|
|
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
|
|
|
|
|
|
|
|
fastlane/report.xml
|
|
|
|
fastlane/Preview.html
|
|
|
|
fastlane/screenshots
|