matrix-docker-ansible-deploy/.gitignore

14 lines
237 B
Plaintext
Raw Normal View History

2017-08-01 04:07:30 +08:00
/inventory/*
!/inventory/.gitkeep
!/inventory/host_vars/.gitkeep
!/inventory/scripts
/roles/**/files/scratchpad
2020-09-13 05:26:27 +08:00
.DS_Store
2020-10-06 17:42:32 +08:00
.python-version
2023-07-27 17:26:15 +08:00
.idea/
2023-04-17 03:04:35 +08:00
flake.lock
# ignore roles pulled by ansible-galaxy
/roles/galaxy/*
!/roles/galaxy/.gitkeep