diff options
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/Nanoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/options/gitignore/Nanoc b/options/gitignore/Nanoc new file mode 100644 index 0000000..6f35daa --- /dev/null +++ b/options/gitignore/Nanoc @@ -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 |