From 077938588b3b1e4b79bbabca128ba52d429aa40a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 19 Mar 2020 20:27:23 -0700 Subject: [PATCH] Fixup .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything should publish to ‘/public‘ now instead of ‘/public_html’. Cask uses ‘/.cask’ to install the local dependencies. ‘/posts/index.org’ and ‘/posts/index.org~’ get generated by org-mode. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce50f89..70ffdef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/public_html +/.cask +/public +/posts/index.org*