* refactor - file extenstion change to .ts * fix - imports syntax * fix - migration complete * fix - lint:prettier warn * refactor - validate-keys in tools/scripts/lint/ * refactor - validate-keys.ts moved to tools/scripts/lint and added in tsconfig.json * refactor - tsconfig.json file for tools * fix - lint:ts script update and validate-keys.js added to .eslintignore * fix - lint:prettier and ts compilation * fix - ts compilation * refactor - changes in .gitignore and validate-keys script
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
**/.cache
|
|
**/public
|
|
client/static
|
|
**/*fixtures*
|
|
curriculum/challenges/_meta/*/*
|
|
curriculum/challenges/**/*
|
|
config/**/*.json
|
|
config/i18n/all-langs.js
|
|
config/certification-settings.js
|
|
client/i18n/**/*.json
|
|
docs/i18n
|
|
**/package-lock.json
|
|
tools/scripts/build/ensure-env.js
|
|
tools/scripts/lint/validate-keys.js |