1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

chore: ignore .ansible dir (#618)

Ansible put some runtime files in there, e.g. .lock files.
This commit is contained in:
Jonas L. 2025-03-25 16:44:32 +01:00 committed by GitHub
parent fd8a7c4453
commit 257096023e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -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