# Project dependencies
.cache
node_modules
yarn-error.log

# Build directory
/public
.DS_Store

/static/js
/static/css
/static/curriculum-data

# i18n build script copies non-English translations from i18n-curriculum submodule
/i18n/locales/*/translations.json
/i18n/locales/*/intro.json
/i18n/locales/*/meta-tags.json
/i18n/locales/*/motivation.json
# english is a special case and is commited in this repo
!/i18n/locales/english/translations.json
!/i18n/locales/english/intro.json
!/i18n/locales/english/meta-tags.json
!/i18n/locales/english/motivation.json

# Generated for all locales
i18n/locales/**/trending.json
i18n/locales/**/search-bar.json

# Config

config/env.json
