mirror of https://github.com/ohmyzsh/ohmyzsh.git
Use .gitkeep files to keep cache/ and log/ directories
Instead of .easter-egg files we now have empty .gitkeep files, like is done as an informal standard.
This commit is contained in:
parent
2198ff05e3
commit
66e7e7d9ca
|
@ -7,3 +7,6 @@ custom
|
|||
*.swp
|
||||
!custom/example.zshcache
|
||||
cache/
|
||||
!cache/.gitkeep
|
||||
log/
|
||||
!log/.gitkeep
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
This file is only here so that Git will keep a cache directory as .gitignore is ignoring all the files within it.
|
||||
|
||||
Feel free to add love notes for people here.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
This file is only here so that Git will keep a log directory as .gitignore is ignoring all the log files within it.
|
||||
|
||||
feel free to add love notes for people here.
|
||||
|
Loading…
Reference in New Issue