diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dac5718 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.conf diff diff --git a/config/code-activator.conf b/config/code-activator.conf index 7bbdd90..b6003eb 100644 --- a/config/code-activator.conf +++ b/config/code-activator.conf @@ -6,7 +6,6 @@ # # directories must be fully-qualified CA__DIRS=( - "$HOME/RentDynamics" $(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:python/' 'git@yage.io:archives/' + 'git@yage.io:rentdynamics/' 'git@github.com:wrynegade/' 'git@github.com:RentDynamics/' 'git@bitbucket.org:wrynegade/'