3aef5998df
* wip: initial sqlite bootstrap * wip: switch to sqlite3 as default db type * wip: boilerplate data * fix(auth): case sensitive register and login * fix(auth): refactor username validations * fix(auth): allow changing username to both username and email: * fix(auth): lock middleware for recovery log in * fix(domain-core): specs for invalid types * fix(auth): lock middleware specs * fix(auth): typeorm code arrangements * fix: running e2e on both mysql and sqlite in ci
29 lines
325 B
Text
29 lines
325 B
Text
.eslintcache
|
|
.DS_Store
|
|
.idea
|
|
dist
|
|
coverage
|
|
.env
|
|
newrelic_agent.log
|
|
|
|
.yarn/*
|
|
!.yarn/cache
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/unplugged
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
packages/files/uploads/*
|
|
!packages/files/uploads/.gitkeep
|
|
|
|
data/*
|
|
!data/.gitkeep
|
|
|
|
packages/**/data/*
|
|
|
|
logs/*
|
|
!logs/.gitkeep
|
|
|
|
docker-compose.yml
|