From 1b4c104fd3268b8d556ec4d04516c5dd335e15ff Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Thu, 11 Nov 2021 12:39:45 -0700 Subject: Add readme to local/ folder --- local/.gitkeep | 0 local/README | 3 +++ 2 files changed, 3 insertions(+) delete mode 100644 local/.gitkeep create mode 100644 local/README diff --git a/local/.gitkeep b/local/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/local/README b/local/README new file mode 100644 index 0000000..7417571 --- /dev/null +++ b/local/README @@ -0,0 +1,3 @@ +Here in this folder is a place to store local-only cofiguration which should not +be stored in git. This is good for my work machine where I don't want +work-specific configurations leaking to my personal machines. -- cgit