2015-05-20 20:41:10 +02: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
|
|
|
|
|
2017-01-10 22:27:47 +01:00
|
|
|
# Android/IntelliJ
|
2016-11-02 21:42:55 +01:00
|
|
|
#
|
2017-01-10 22:27:47 +01:00
|
|
|
build/
|
2016-11-02 21:42:55 +01:00
|
|
|
.idea
|
|
|
|
.gradle
|
|
|
|
local.properties
|
2017-01-10 22:27:47 +01:00
|
|
|
*.iml
|
2016-11-02 21:42:55 +01:00
|
|
|
|
2015-05-20 20:41:10 +02:00
|
|
|
# node.js
|
|
|
|
#
|
|
|
|
node_modules/
|
|
|
|
npm-debug.log
|
2018-01-08 20:15:36 +01:00
|
|
|
yarn-error.log
|
2016-11-02 21:42:55 +01:00
|
|
|
|
|
|
|
# BUCK
|
|
|
|
buck-out/
|
|
|
|
\.buckd/
|
2017-01-10 22:27:47 +01:00
|
|
|
*.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:
|
2018-01-08 20:15:36 +01:00
|
|
|
# https://docs.fastlane.tools/best-practices/source-control/
|
2017-01-10 22:27:47 +01:00
|
|
|
|
2018-01-08 20:15:36 +01:00
|
|
|
*/fastlane/report.xml
|
|
|
|
*/fastlane/Preview.html
|
|
|
|
*/fastlane/screenshots
|