Skip to content

Commit b45bc11

Browse files
committed
Add local dir in private dir
1 parent c505fde commit b45bc11

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ python-*-docs-html
4343
private/*
4444
!private/README.md
4545
!private/snippets/README.md
46+
!private/local/README.md
4647
/games/

private/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Private repository
1+
# Private directory
22

33
The content of this directory is ignored by Git. This is the default place
44
where to store your private configuration layers.

private/local/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Private directory for local packages
2+
3+
The content of this directory is ignored by Git.
4+
5+
This is the place to store the local packages that you define in
6+
the `dotspacemacs-additional-packages` variable of your dotfile.

private/snippets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Private repository snippets
1+
# Private directory for Yasnippets snippets
22

33
The content of this directory is ignored by Git. This is the default place
44
where to store your private yasnippets.

0 commit comments

Comments
 (0)