* ci: remove main workflow ci: add pr workflow to branch next * docs: correct readme ci: add docker build on release ci: add lint and test to release flow * feat: add cache for both memory and redis refactor: cleanup getAccountability nested promise refactor: import path for get-auth-providers.ts docs: document cache options ci: add redis file to gitignore * ci: use test:coverage for testing to update pr --------- Co-authored-by: Krise <krise86@users.noreply.github.com>
19 lines
162 B
Plaintext
19 lines
162 B
Plaintext
.DS_Store
|
|
node_modules
|
|
.pnpm-store
|
|
dist
|
|
|
|
# directus files
|
|
*.db
|
|
extensions/
|
|
uploads/
|
|
.env
|
|
|
|
# Redis files
|
|
./*.rdb
|
|
|
|
# Code editor files
|
|
.vscode
|
|
|
|
# Coverage
|
|
coverage/ |