Update .gitignore and launch.json to reference .env.local instead of .env

This commit is contained in:
cedricve
2025-05-15 10:42:01 +00:00
parent 839a177cf0
commit 58555d352f
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -10,6 +10,6 @@ machinery/data/recordings
machinery/data/snapshots
machinery/test*
machinery/init-dev.sh
machinery/.env
machinery/.env.local
machinery/vendor
deployments/docker/private-docker-compose.yaml

2
.vscode/launch.json vendored
View File

@@ -16,7 +16,7 @@
"-port",
"8080"
],
"envFile": "${workspaceFolder}/machinery/.env",
"envFile": "${workspaceFolder}/machinery/.env.local",
"buildFlags": "--tags dynamic",
},
{