chore: import upstream snapshot with attribution
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
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
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user