diff options
author | Carl Suster <carl@contraflo.ws> | 2015-01-07 15:16:27 +1100 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2015-01-07 15:16:27 +1100 |
commit | 9f1b7d77e24ec9c3e2681da93b68767fd96dd52b (patch) | |
tree | 48a6595a9db2bf5583d6e9f8ec1b62a6569e7704 /Nanoc.gitignore | |
parent | 6500aa8dc15722bff2bb8791d2eb1887c03a90f7 (diff) | |
download | gitignore-9f1b7d77e24ec9c3e2681da93b68767fd96dd52b.tar.gz gitignore-9f1b7d77e24ec9c3e2681da93b68767fd96dd52b.zip |
Capitalise initial letter in template filenames for consistency/sorting
Diffstat (limited to 'Nanoc.gitignore')
-rw-r--r-- | Nanoc.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Nanoc.gitignore b/Nanoc.gitignore new file mode 100644 index 00000000..abc21828 --- /dev/null +++ b/Nanoc.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 config.yaml +output/ + +# Temporary file directory +tmp/ + +# Crash Log +crash.log |