diff options
author | 2024-04-27 17:07:30 +0100 | |
---|---|---|
committer | 2024-04-27 19:27:24 +0100 | |
commit | eb1728e10af5fe955c81ab17a986589e96e7f2e1 (patch) | |
tree | aa7e11dd7a94da3e6641c1f1794dd3f4f181685d /.gitignore | |
parent | Bump ansible to 9.5.1 (diff) |
Add .env files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ venv .cache/ .vscode/ *.config +.env |