Add local dir in private dir

This commit is contained in:
syl20bnr 2015-09-22 19:34:25 -04:00
parent c505fde5e4
commit b45bc11851
4 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -43,4 +43,5 @@ python-*-docs-html
private/* private/*
!private/README.md !private/README.md
!private/snippets/README.md !private/snippets/README.md
!private/local/README.md
/games/ /games/

View File

@ -1,4 +1,4 @@
# Private repository # Private directory
The content of this directory is ignored by Git. This is the default place The content of this directory is ignored by Git. This is the default place
where to store your private configuration layers. where to store your private configuration layers.

6
private/local/README.md Normal file
View File

@ -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.

View File

@ -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 The content of this directory is ignored by Git. This is the default place
where to store your private yasnippets. where to store your private yasnippets.