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.
master
Marc Cornellà 10 years ago
parent 2198ff05e3
commit 66e7e7d9ca
  1. 3
      .gitignore
  2. 4
      cache/.easter-egg
  3. 0
      cache/.gitkeep
  4. 4
      log/.easter-egg
  5. 0
      log/.gitkeep

3
.gitignore vendored

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

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.

@ -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…
Cancel
Save