mirror of
https://github.com/open-scratch/easy-scratch3.git
synced 2024-11-25 16:36:03 +08:00
21 lines
177 B
Plaintext
21 lines
177 B
Plaintext
# Mac OS
|
|
.DS_Store
|
|
|
|
# NPM
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Testing
|
|
/.nyc_output
|
|
/coverage
|
|
|
|
# Build
|
|
/build
|
|
/dist
|
|
/.opt-in
|
|
|
|
# generated translation files
|
|
/translations
|
|
/locale
|
|
node_modules
|