scratch-desktop/.gitignore

35 lines
428 B
Text
Raw Normal View History

2018-09-06 14:20:27 -04:00
# Mac OS
.DS_Store
# Windows
2017-08-27 15:15:38 -04:00
thumbs.db
2018-09-06 14:20:27 -04:00
# NPM
/node_modules
npm-*
# Testing
/.nyc_output
/coverage
.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-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
# generated translation files
/translations
/locale
2022-01-25 12:55:27 -05:00
# Fastlane
## **/fastlane/Matchfile
2022-01-25 12:55:27 -05:00
**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
**/fastlane/test_output