Commit 66e7e7d9 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

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.
parent 2198ff05
......@@ -7,3 +7,6 @@ custom
*.swp
!custom/example.zshcache
cache/
!cache/.gitkeep
log/
!log/.gitkeep
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.
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.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment