diff options
author | EuAndreh <eu@euandre.org> | 2021-01-05 13:03:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-05 13:03:30 -0300 |
commit | c12428bcb12e4e0b38e8b28d725a40cbc91a8517 (patch) | |
tree | 5cdf2fb367578038ceba33cdc9d44010ab8e0c68 /.gitignore | |
parent | music/*.ly: Remove whitespaces (diff) | |
download | euandre.org-c12428bcb12e4e0b38e8b28d725a40cbc91a8517.tar.gz euandre.org-c12428bcb12e4e0b38e8b28d725a40cbc91a8517.tar.xz |
Add gitignore rule for generated assets and match with gitignoreSource
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,3 +6,12 @@ /_site/ /.jekyll-cache/ /images/graphviz/ + +# Generated resources +*.ogg +*.torrent +*.checksum +/static/favicon.png +/music/*.pdf +/music/*.midi +/favicon.ico
\ No newline at end of file |