mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
27 lines
295 B
Text
27 lines
295 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
|