mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
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
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,3 +7,6 @@ custom
|
|||||||
*.swp
|
*.swp
|
||||||
!custom/example.zshcache
|
!custom/example.zshcache
|
||||||
cache/
|
cache/
|
||||||
|
!cache/.gitkeep
|
||||||
|
log/
|
||||||
|
!log/.gitkeep
|
||||||
|
4
cache/.easter-egg
vendored
4
cache/.easter-egg
vendored
@ -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.
|
|
||||||
|
|
0
cache/.gitkeep
vendored
Normal file
0
cache/.gitkeep
vendored
Normal file
@ -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.
|
|
||||||
|
|
0
log/.gitkeep
Normal file
0
log/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user