diff options
author | EuAndreh <eu@euandre.org> | 2019-05-21 07:31:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-21 07:33:00 -0300 |
commit | 6558b7af5b4ea891303592e41f5dbfc6f11143cc (patch) | |
tree | 715c1275c9c3abb9bdb74b841bbc5e5d92398b3a | |
parent | Remove racket package from shell derivation (diff) | |
download | euandre.org-6558b7af5b4ea891303592e41f5dbfc6f11143cc.tar.gz euandre.org-6558b7af5b4ea891303592e41f5dbfc6f11143cc.tar.xz |
Add Hakyll _cache/ folder to .gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,2 +1,5 @@ -# output of nix-build -result
\ No newline at end of file +# Nix +/result + +# Hakyll +/_cache/
\ No newline at end of file |