diff options
-rw-r--r-- | local/.gitkeep | 0 | ||||
-rw-r--r-- | local/README | 3 |
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. |