* feat(frontend): convert to ts * refactor(frontend): axios-override - simplify shouldMock type * fix: refine stage labels * refactor(frontend): refine `useUserId` signature * fix(frontend): descriptionLines and langsCount can be undefined * refactor(frontend): refine casting on redirectCode * refactor(frontend): refine stageIndex title and types * refactor(frontend): apply pr review comments changes * refactor(frontend): group properties using reference groups * refactor(frontend): remove outdated comment * fix(frontend): mock-http - simplify code
41 lines
539 B
Plaintext
41 lines
539 B
Plaintext
node_modules
|
|
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Project
|
|
coverage
|
|
|
|
apps/backend/.vercel
|
|
apps/backend/.env
|
|
apps/backend/node_modules
|
|
apps/backend/*.lock
|
|
apps/backend/coverage
|
|
apps/backend/benchmarks
|
|
apps/backend/vercel_token
|
|
apps/backend-copy
|
|
|
|
apps/frontend/.env
|
|
apps/frontend/src/backend
|
|
apps/frontend/build
|
|
|
|
build-ts
|
|
tsconfig.tsbuildinfo
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
*.code-workspace
|