mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
0912fca5f2
Adjusts the translation system to go back to using a github repo to store snapshots of transltions, but continues to use new `.json` formatted files
24 lines
239 B
Text
24 lines
239 B
Text
# OSX
|
|
.DS_Store
|
|
|
|
# NPM
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Build
|
|
/build
|
|
|
|
# Locales
|
|
/locales
|
|
/intl
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk/*
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
deploy.zip
|
|
ENV
|
|
|
|
# Test
|
|
/.nyc_output
|
|
/coverage
|