diff options
author | EuAndreh <eu@euandre.org> | 2020-12-24 17:55:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-24 17:56:47 -0300 |
commit | cd2c4f70e802f64de177c129e1c07327c56bf17f (patch) | |
tree | cc9cf55d4642246d6506f1e49cdf1e0e31001713 /.gitignore | |
parent | Move assert-unique-refs check to lint-hook.rb (diff) | |
download | euandre.org-cd2c4f70e802f64de177c129e1c07327c56bf17f.tar.gz euandre.org-cd2c4f70e802f64de177c129e1c07327c56bf17f.tar.xz |
Move the rest of assert-content.sh to link-hook.rb
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,4 +5,8 @@ /.bundle/ /_site/ /.jekyll-cache/ -/images/graphviz/
\ No newline at end of file +/images/graphviz/ + +# Media +*.ogg +*.torrent
\ No newline at end of file |