dde272c4b8
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
32 lines
678 B
Plaintext
32 lines
678 B
Plaintext
# 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
|