mirror of
https://github.com/directus/directus.git
synced 2026-01-31 22:28:07 -05:00
When required from the command line, dotenv loads the .env file specified by the DOTENV_CONFIG_PATH env var. Files with a filename pattern of the form .env.* are ignored by git to make it easier to work with multiple different database vendors.
16 lines
154 B
Plaintext
16 lines
154 B
Plaintext
.DS_Store
|
|
node_modules
|
|
.vscode
|
|
.env
|
|
.env.*
|
|
.secrets
|
|
npm-debug.log
|
|
lerna-debug.log
|
|
.nova
|
|
*.code-workspace
|
|
dist
|
|
*.sublime-settings
|
|
*.db
|
|
.nyc_output
|
|
/.idea/
|