From 8da92c78fe20fd3e02afffba8a08e939db92737c Mon Sep 17 00:00:00 2001 From: Ricky Jon Date: Mon, 29 Oct 2018 22:36:16 +1100 Subject: [PATCH] Add gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d0c3461 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +#exclude blog +/blog +!/blog/this-is-what-a-post-looks-like.html