From b45bc11851dd280db7b6400756c58c2dc4b6b86e Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Tue, 22 Sep 2015 19:34:25 -0400 Subject: [PATCH] Add local dir in private dir --- .gitignore | 1 + private/README.md | 2 +- private/local/README.md | 6 ++++++ private/snippets/README.md | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 private/local/README.md diff --git a/.gitignore b/.gitignore index e59068697..9b22f8b73 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,5 @@ python-*-docs-html private/* !private/README.md !private/snippets/README.md +!private/local/README.md /games/ diff --git a/private/README.md b/private/README.md index c755c1e50..19c6c60c7 100644 --- a/private/README.md +++ b/private/README.md @@ -1,4 +1,4 @@ -# Private repository +# Private directory The content of this directory is ignored by Git. This is the default place where to store your private configuration layers. diff --git a/private/local/README.md b/private/local/README.md new file mode 100644 index 000000000..0377f7bc5 --- /dev/null +++ b/private/local/README.md @@ -0,0 +1,6 @@ +# Private directory for local packages + +The content of this directory is ignored by Git. + +This is the place to store the local packages that you define in +the `dotspacemacs-additional-packages` variable of your dotfile. diff --git a/private/snippets/README.md b/private/snippets/README.md index dcea9e016..ac70b84fb 100644 --- a/private/snippets/README.md +++ b/private/snippets/README.md @@ -1,4 +1,4 @@ -# Private repository snippets +# Private directory for Yasnippets snippets The content of this directory is ignored by Git. This is the default place where to store your private yasnippets.