* chore: utils is added in the tsconfig * test(util): test and test function is updated to typescript * chore: add tsconfig for utils * fix: exclude files importing from client/ * fix: refactor to just export functions * chore: add emitted files to prettierignore * fix: add new tsconfig to eslint project Co-authored-by: Shaun Hamilton <shauhami020@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
15 lines
270 B
Plaintext
15 lines
270 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
|
|
utils/slugs.js
|
|
utils/slugs.test.js
|
|
**/package-lock.json
|