Commit 58b1d09b authored by Mark Tyneway's avatar Mark Tyneway

fix(ops): ignore .env files

.env files were not being ignored by docker. This meant that any local
environment variable changes you placed into an .env file would be
pulled into docker images built inside of the ops package. Docker images
should only be using environment variables as specified in their
respective environment folders and should not copy over .env files.
parent fcce5b67
.github .github
node_modules node_modules
.env
**/.env
test test
**/*_test.go **/*_test.go
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment