From 0e540f7e0ec3430277f9a6aaf785f568f58dacca Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Mon, 27 Aug 2018 14:41:28 -0700 Subject: [PATCH] Ignore jekyll _site directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d791e2e8..ca3270be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build target .DS_Store +_site