diff options
author | Prefetch | 2019-06-09 22:15:02 +0200 |
---|---|---|
committer | Prefetch | 2019-06-09 22:15:02 +0200 |
commit | da0b1ae00b2dc52e6baa2e7a3f96b622fc1f2315 (patch) | |
tree | f5ef16a155be448b2f54dd89ff0aa3324d5cbb04 /.gitignore | |
parent | fe4bd53f01c469ad62848fbc85b06185b9f1e653 (diff) |
Don't track files generated by Zola
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a2fe92 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/public/* |