Do not commit .env files, only their examples.

This commit is contained in:
2023-08-21 11:51:15 -07:00
parent bc8fadb0b6
commit ea2f3953ee
2 changed files with 19 additions and 0 deletions

3
.gitignore vendored
View File

@@ -30,3 +30,6 @@ Config/DNS/config/*
# Ignore anything in disabled folders.
disabled
# Ignore any .env files which are not explicitly committed to the project.
*.env