From 6ed16e129d2bf7f786216b3293238cc39c7d5c1e Mon Sep 17 00:00:00 2001 From: Nate Bates Date: Thu, 5 Nov 2020 21:17:46 -0700 Subject: [PATCH] Initial commit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f35daa --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# For projects using Nanoc (http://nanoc.ws/) + +# Default location for output (needs to match output_dir's value found in nanoc.yaml) +output/ + +# Temporary file directory +tmp/nanoc/ + +# Crash Log +crash.log