scratch-www/.gitignore
Matthew Taylor 0912fca5f2 Use scratchr2_translations for language files
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
2017-02-24 07:58:50 -05:00

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