aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-21 07:31:20 -0300
committerEuAndreh <eu@euandre.org>2019-05-21 07:33:00 -0300
commit6558b7af5b4ea891303592e41f5dbfc6f11143cc (patch)
tree715c1275c9c3abb9bdb74b841bbc5e5d92398b3a
parentRemove racket package from shell derivation (diff)
downloadeuandre.org-6558b7af5b4ea891303592e41f5dbfc6f11143cc.tar.gz
euandre.org-6558b7af5b4ea891303592e41f5dbfc6f11143cc.tar.xz
Add Hakyll _cache/ folder to .gitignore
Diffstat (limited to '')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 5055e86..e6894f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
-# output of nix-build
-result \ No newline at end of file
+# Nix
+/result
+
+# Hakyll
+/_cache/ \ No newline at end of file