From 257096023e9f7cd9802c7b7b71b31c9b2b66d2f7 Mon Sep 17 00:00:00 2001 From: "Jonas L." Date: Tue, 25 Mar 2025 16:44:32 +0100 Subject: [PATCH] chore: ignore .ansible dir (#618) Ansible put some runtime files in there, e.g. .lock files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cdfb360..b599a36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .venv venv +.ansible/ # Created by https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv # Edit at https://www.gitignore.io/?templates=git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv