git: Handle config containing secret values
This commit is contained in:
parent
d7a82f3bb7
commit
bc47213589
2 changed files with 2 additions and 0 deletions
1
git/.gitignore
vendored
1
git/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
config-os
|
||||
config-role
|
||||
config-secrets
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ excludesfile = ~/.gitignore
|
|||
[include]
|
||||
path = config-os
|
||||
path = config-role
|
||||
path = config-secrets
|
||||
|
||||
[includeIf "gitdir:~/projects/"]
|
||||
path = config-personal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue