summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e6894f9..d2dab7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
# Nix
/result
-# Hakyll
-/_cache/ \ No newline at end of file
+# Jekyll
+/.bundle/
+/vendor/
+/_site/
+/.sass-cache/ \ No newline at end of file