aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-11-11 12:39:45 -0700
committerJosh Rahm <rahm@google.com>2021-11-11 12:39:45 -0700
commit1b4c104fd3268b8d556ec4d04516c5dd335e15ff (patch)
tree1cdb963c17098d7d6bbe8a655753f62d63b537f0
parent5083b704665e28b338647f54d40de3598e5413f5 (diff)
downloadzshrcd-1b4c104fd3268b8d556ec4d04516c5dd335e15ff.tar.gz
zshrcd-1b4c104fd3268b8d556ec4d04516c5dd335e15ff.tar.bz2
zshrcd-1b4c104fd3268b8d556ec4d04516c5dd335e15ff.zip
Add readme to local/ folder
-rw-r--r--local/.gitkeep0
-rw-r--r--local/README3
2 files changed, 3 insertions, 0 deletions
diff --git a/local/.gitkeep b/local/.gitkeep
deleted file mode 100644
index e69de29..0000000
--- a/local/.gitkeep
+++ /dev/null
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.