13 lines
236 B
Plaintext
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*/
|
||
|
|