Browse Source

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.
Marc Cornellà 8 years ago
parent
commit
66e7e7d9ca
5 changed files with 3 additions and 8 deletions
  1. 3 0
      .gitignore
  2. 0 4
      cache/.easter-egg
  3. 0 0
      cache/.gitkeep
  4. 0 4
      log/.easter-egg
  5. 0 0
      log/.gitkeep

+ 3 - 0
.gitignore

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

+ 0 - 4
cache/.easter-egg

@@ -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 - 0
cache/.gitkeep


+ 0 - 4
log/.easter-egg

@@ -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 - 0
log/.gitkeep