feat: Add .env.development, .env.testing, .env.staging, .env-production to supported filenames (#225)
This commit is contained in:
parent
8f130d4614
commit
cdeaa5fcac
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@
|
|||
".editorconfig": "_file_settings",
|
||||
"procfile": "_file_procfile",
|
||||
".env": "_file_tune",
|
||||
".env.development": "_file_tune",
|
||||
".env.testing": "_file_tune",
|
||||
".env.staging": "_file_tune",
|
||||
".env.production": "_file_tune",
|
||||
"dockerfile": "_file_docker",
|
||||
"license": "_file_license",
|
||||
"license.md": "_file_license",
|
||||
|
|
Loading…
Reference in a new issue