scratch-desktop/.gitignore

27 lines
275 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
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