Adds .env file to gitignore

This commit is contained in:
Dennis Schoepf 2024-04-26 20:23:43 +02:00
parent 7994fe733a
commit b4619e612a

3
.gitignore vendored
View file

@ -11,6 +11,9 @@
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
*.test *.test
# Envfile(s)
*.env
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out