2018-09-06 14:20:27 -04:00
|
|
|
# Mac OS
|
|
|
|
.DS_Store
|
|
|
|
|
2018-10-31 17:52:34 -04:00
|
|
|
# Windows
|
2017-08-27 15:15:38 -04:00
|
|
|
thumbs.db
|
2018-09-27 15:13:26 -04:00
|
|
|
|
2018-09-06 14:20:27 -04:00
|
|
|
# NPM
|
|
|
|
/node_modules
|
|
|
|
npm-*
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
/.nyc_output
|
|
|
|
/coverage
|
2018-10-31 17:52:34 -04:00
|
|
|
.eslintcache
|
2018-09-06 14:20:27 -04:00
|
|
|
|
|
|
|
# Build
|
|
|
|
/build
|
|
|
|
/dist
|
|
|
|
/.opt-in
|
2020-05-22 18:19:28 -04:00
|
|
|
/*.provisionprofile
|
2018-10-31 17:52:34 -04:00
|
|
|
|
2018-10-19 17:30:23 -04:00
|
|
|
# don't store the assets downloaded with the `fetch` script
|
2018-10-22 20:21:13 -04:00
|
|
|
/static/assets/
|
2018-10-19 17:30:23 -04:00
|
|
|
|
2018-09-27 15:13:26 -04:00
|
|
|
# generated translation files
|
|
|
|
/translations
|
|
|
|
/locale
|
2022-01-25 12:55:27 -05:00
|
|
|
|
|
|
|
# Fastlane
|
2023-11-29 14:17:27 -05:00
|
|
|
## **/fastlane/Matchfile
|
2022-01-25 12:55:27 -05:00
|
|
|
**/fastlane/report.xml
|
|
|
|
**/fastlane/Preview.html
|
|
|
|
**/fastlane/screenshots
|
|
|
|
**/fastlane/test_output
|