2015-08-04 11:50:22 +00: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-19 02:25:02 +00:00
|
|
|
# Android/IntelliJ
|
2015-09-27 03:04:05 +00:00
|
|
|
#
|
2016-11-19 02:25:02 +00:00
|
|
|
build/
|
2015-09-27 03:04:05 +00:00
|
|
|
.idea
|
|
|
|
.gradle
|
|
|
|
local.properties
|
2016-11-19 02:25:02 +00:00
|
|
|
*.iml
|
2015-09-27 03:04:05 +00:00
|
|
|
|
2015-08-04 11:50:22 +00:00
|
|
|
# node.js
|
|
|
|
#
|
|
|
|
node_modules/
|
|
|
|
npm-debug.log
|
2016-04-01 15:53:28 +00:00
|
|
|
|
|
|
|
# BUCK
|
|
|
|
buck-out/
|
|
|
|
\.buckd/
|
|
|
|
android/app/libs
|
2016-11-02 18:09:42 +00:00
|
|
|
*.keystore
|
2016-11-24 16:13:15 +00:00
|
|
|
|
|
|
|
# fastlane
|
|
|
|
#
|
2016-12-02 15:42:27 +00:00
|
|
|
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
2016-11-24 16:13:15 +00: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
|