diff options
author | EuAndreh <eu@euandre.org> | 2022-03-06 14:47:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-03-06 14:47:13 -0300 |
commit | 9c576002e6ef24db7d4ad64321caa2783ead46e6 (patch) | |
tree | c5736a895c20c44c8d323626ed7dcda4ce7a6f5b /_config.yml | |
parent | Makefile: Also delete .jekyll-cache/ in "clean" target (diff) | |
download | euandre.org-9c576002e6ef24db7d4ad64321caa2783ead46e6.tar.gz euandre.org-9c576002e6ef24db7d4ad64321caa2783ead46e6.tar.xz |
Exclude tmp/ directory
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 8ef38e8..727d9c1 100644 --- a/_config.yml +++ b/_config.yml @@ -46,6 +46,7 @@ exclude: - po/ - public/ - drafts/ + - tmp/ collections: articles: |