aboutsummaryrefslogtreecommitdiff
path: root/docs/.gitignore
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-10-05 17:39:21 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-10-06 16:39:40 +0200
commitd6583e52da599a6067f12950b7df575b31b3fbee (patch)
tree6423f06e0e6adb49fa41fb8cc4136df10b72cb3b /docs/.gitignore
parent6777edc4f8bbd14a82a282740545d91af4d2f7b5 (diff)
downloaddotty-d6583e52da599a6067f12950b7df575b31b3fbee.tar.gz
dotty-d6583e52da599a6067f12950b7df575b31b3fbee.tar.bz2
dotty-d6583e52da599a6067f12950b7df575b31b3fbee.zip
Add Jekyll as static site generator
Diffstat (limited to 'docs/.gitignore')
-rw-r--r--docs/.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 000000000..6f8e43ce5
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,6 @@
+# Jekyll specific ignores
+vendor/
+.bundle/
+Gemfile.lock
+_site/
+.sass-cache/