mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Bye-bye, Jest * Clean-up non-null assertions for PORT * Test all vendors * Consistent file names * Try with MSSQL 2022 * Revert "Try with MSSQL 2022" This reverts commitda807c6ec8. * Try to run on Windows for better MSSQL perf * Worth a try (hopefully runs MSSQL faster this way) * Start docker services via bash * Quick attempt with local installation of MSSQL * Test with MSSQL 2019 * Back to ubuntu-latest for other tests * Add typecheck cmd * Revert "Test all vendors" This reverts commitd6fbdd76c9. * Use TS for Vitest config file * Simplify vendors typecasting --------- Co-authored-by: ian <licitdev@gmail.com>
54 lines
685 B
Plaintext
54 lines
685 B
Plaintext
# User preferences
|
|
.DS_Store
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Builds / Caches
|
|
dist/
|
|
storybook-static/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
**/.vitepress/cache/
|
|
**/.vitepress/.temp/
|
|
.thumbsmith/
|
|
.eslintcache
|
|
|
|
# Dotenv configs
|
|
.env
|
|
.env.*
|
|
|
|
# Logs
|
|
npm-debug.log
|
|
debug
|
|
.clinic
|
|
|
|
# IDEs / Editors
|
|
.devcontainer/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
*.code-workspace
|
|
.history/
|
|
*.sublime-settings
|
|
.*.swp
|
|
|
|
# Environments / Workspaces
|
|
.gitpod.yml
|
|
.netlify
|
|
|
|
# Temporary files
|
|
TODO
|
|
|
|
# Directus
|
|
*.db
|
|
/schema.yaml
|
|
/schema.json
|
|
/api/uploads/
|
|
/api/extensions/
|
|
/tests/blackbox/uploads/
|
|
/tests/blackbox/server-log-*
|
|
/tests/blackbox/sequencer-data.json
|
|
/packages/extensions-sdk/temp-extension-*/
|
|
/docs/packages/
|