scratch-desktop/.gitignore
Ron de las Alas 4fb01893d1 ci: Pull Matchfile info from secrets
ci: try pulling env vars into the matchfile
2023-11-30 08:29:08 -05:00

34 lines
428 B
Text

# Mac OS
.DS_Store
# Windows
thumbs.db
# NPM
/node_modules
npm-*
# Testing
/.nyc_output
/coverage
.eslintcache
# Build
/build
/dist
/.opt-in
/*.provisionprofile
# don't store the assets downloaded with the `fetch` script
/static/assets/
# generated translation files
/translations
/locale
# Fastlane
## **/fastlane/Matchfile
**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
**/fastlane/test_output