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:
Marc Cornellà 2015-12-15 11:16:02 +01:00
parent 2198ff05e3
commit 66e7e7d9ca
5 changed files with 3 additions and 8 deletions

3
.gitignore vendored
View File

@ -7,3 +7,6 @@ custom
*.swp
!custom/example.zshcache
cache/
!cache/.gitkeep
log/
!log/.gitkeep

4
cache/.easter-egg vendored
View File

@ -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
View File

View 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
View File