mirror of
https://github.com/directus/directus.git
synced 2026-01-14 23:37:55 -05:00
* excluded VS specific files * new files after updating directus sources * case insensitive string matching fix * Remove accidental commit files * Cleanup gitignore Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
24 lines
240 B
Plaintext
24 lines
240 B
Plaintext
.DS_Store
|
|
node_modules
|
|
.vs
|
|
.vscode
|
|
.env
|
|
.env.*
|
|
.secrets
|
|
npm-debug.log
|
|
lerna-debug.log
|
|
.nova
|
|
*.code-workspace
|
|
dist
|
|
*.sublime-settings
|
|
*.db
|
|
.nyc_output
|
|
.history
|
|
/.idea/
|
|
*.tsbuildinfo
|
|
.e2e-containers.json
|
|
coverage
|
|
TODO
|
|
schema.yaml
|
|
schema.json
|