ansible/roles/.gitignore

13 lines
236 B
Plaintext
Raw Permalink Normal View History

2021-04-19 11:15:15 +00:00
# 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*/