Adjust .gitignore

Related to 410a915a8a
This commit is contained in:
Slavi Pantaleev 2022-11-03 09:16:54 +02:00
parent 410a915a8a
commit a3319b1dc2
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -2,6 +2,10 @@
!/inventory/.gitkeep !/inventory/.gitkeep
!/inventory/host_vars/.gitkeep !/inventory/host_vars/.gitkeep
!/inventory/scripts !/inventory/scripts
/roles/*/files/scratchpad /roles/**/files/scratchpad
.DS_Store .DS_Store
.python-version .python-version
# ignore roles pulled by ansible-galaxy
/roles/galaxy/*
!/roles/galaxy/.gitkeep