diff options
author | EuAndreh <eu@euandre.org> | 2021-02-09 14:13:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-09 14:25:42 -0300 |
commit | 3aed1d1811009d43e3fc8f3538458307815f1ef2 (patch) | |
tree | 115d1e31df30601ad2a33b72b0862df0507e03fc | |
parent | manifest.scm: Add almost all packages to build and test entirely with Guix (diff) | |
download | euandre.org-3aed1d1811009d43e3fc8f3538458307815f1ef2.tar.gz euandre.org-3aed1d1811009d43e3fc8f3538458307815f1ef2.tar.xz |
Ignore drafts/ folder
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | _config.yml | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -16,3 +16,5 @@ /music/*.pdf /music/*.midi /favicon.ico + +/drafts/ diff --git a/_config.yml b/_config.yml index 2a67538..3100284 100644 --- a/_config.yml +++ b/_config.yml @@ -45,6 +45,7 @@ exclude: - resources/podcasts/*.checksum - resources/screencasts/*.checksum - public/ + - drafts/ collections: articles: |