scratch-desktop/.gitignore
2018-12-13 21:17:02 -08:00

27 lines
302 B
Text

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