matrix-docker-ansible-deploy/.gitignore

14 lines
237 B
Plaintext
Raw Normal View History

2017-07-31 22:07:30 +02:00
/inventory/*
!/inventory/.gitkeep
!/inventory/host_vars/.gitkeep
!/inventory/scripts
/roles/**/files/scratchpad
2020-09-12 23:26:27 +02:00
.DS_Store
2020-10-06 11:42:32 +02:00
.python-version
2023-07-27 11:26:15 +02:00
.idea/
2023-04-16 21:04:35 +02:00
flake.lock
# ignore roles pulled by ansible-galaxy
/roles/galaxy/*
!/roles/galaxy/.gitkeep