From 63e350235577920b4d1318c85703f5b462773e13 Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 20 Apr 2022 12:52:01 -0600 Subject: [PATCH] go --- .gitattributes | 1 + config/code-activator.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes 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/'