ansible/roles/.gitignore
2021-04-19 13:15:15 +02:00

13 lines
236 B
Plaintext

# Ignore everything in roles dir
/*
# Except:
# the .gitignore file
!.gitignore
# the requirements file
!requirements.yml
# Readme if you have one
!README.md
# and any specific role we want to version locally
!locally-versioned-role*/