summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--cache/.easter-egg4
-rw-r--r--cache/.gitkeep0
-rw-r--r--log/.easter-egg4
-rw-r--r--log/.gitkeep0
5 files changed, 3 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 8fa66f02f..567cd4e4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@ custom
*.swp
!custom/example.zshcache
cache/
+!cache/.gitkeep
+log/
+!log/.gitkeep
diff --git a/cache/.easter-egg b/cache/.easter-egg
deleted file mode 100644
index 4b6164edb..000000000
--- a/cache/.easter-egg
+++ /dev/null
@@ -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.
-
diff --git a/cache/.gitkeep b/cache/.gitkeep
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/cache/.gitkeep
diff --git a/log/.easter-egg b/log/.easter-egg
deleted file mode 100644
index 2533149e2..000000000
--- a/log/.easter-egg
+++ /dev/null
@@ -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.
-
diff --git a/log/.gitkeep b/log/.gitkeep
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/log/.gitkeep