Skip to content
Snippets Groups Projects
Commit 81140295 authored by michael.minelli's avatar michael.minelli
Browse files

dotenv-vault => Update gitignore

parent d4a85553
No related branches found
No related tags found
No related merge requests found
.env
aws.xml aws.xml
workspace.xml workspace.xml
...@@ -184,11 +182,10 @@ web_modules/ ...@@ -184,11 +182,10 @@ web_modules/
.yarn-integrity .yarn-integrity
# dotenv environment variable files # dotenv environment variable files
.env .env*
.env.development.local .flaskenv*
.env.test.local !.env.project
.env.production.local !.env.vault
.env.local
# parcel-bundler cache (https://parceljs.org/) # parcel-bundler cache (https://parceljs.org/)
.cache .cache
......
.env*
.flaskenv*
!.env.project
!.env.vault
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment