diff options
author | Thomas Albers <thomas@thomaslabs.org> | 2023-03-08 23:43:00 +0100 |
---|---|---|
committer | Thomas Albers <thomas@thomaslabs.org> | 2023-03-08 23:43:00 +0100 |
commit | 61b5ce20f25c5785e41574998a12c6d06eb05a5e (patch) | |
tree | 20e2225b4f30b15d8dee30351041d1f33d42b34a /.gitignore | |
parent | 561bac75579391c14e47eaccfabdf9eda98855da (diff) |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36698df --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +site/**/*.html +site/img-small/* +site/svg/* +build/* |