Files
directus/.gitignore
Nicola Krumschmidt 6068ab4bef Add option to specify .env filename in development
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.
2021-01-14 16:32:32 +01:00

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/