This commit is contained in:
Wryn (yage) Wagner 2022-04-20 12:52:01 -06:00
parent d061d37de7
commit 63e3502355
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.conf diff

View File

@ -6,7 +6,6 @@
# #
# directories must be fully-qualified # directories must be fully-qualified
CA__DIRS=( CA__DIRS=(
"$HOME/RentDynamics"
$(find "$HOME/Projects" -mindepth 1 -maxdepth 1 -type d | sed 's/\/$//') $(find "$HOME/Projects" -mindepth 1 -maxdepth 1 -type d | sed 's/\/$//')
) )
@ -19,6 +18,7 @@ CA__KNOWN_TARGETS=(
'git@yage.io:gizmos/' 'git@yage.io:gizmos/'
'git@yage.io:python/' 'git@yage.io:python/'
'git@yage.io:archives/' 'git@yage.io:archives/'
'git@yage.io:rentdynamics/'
'git@github.com:wrynegade/' 'git@github.com:wrynegade/'
'git@github.com:RentDynamics/' 'git@github.com:RentDynamics/'
'git@bitbucket.org:wrynegade/' 'git@bitbucket.org:wrynegade/'