diff options
author | gennyble <gen@nyble.dev> | 2024-12-17 08:56:16 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-17 08:56:16 -0600 |
commit | 7ad63700224f7278c2264cb2312bc795323625a5 (patch) | |
tree | 1fb585db10e14086374528d90c9310d72f7c5682 /.gitignore | |
parent | 88c79031efd681aaf96c2148de52221baadc1fb7 (diff) | |
download | ∞-7ad63700224f7278c2264cb2312bc795323625a5.tar.gz ∞-7ad63700224f7278c2264cb2312bc795323625a5.zip |
with misses in html
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c79a8a3..112daa3 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,11 @@ *.nef *.webp +# leave my fonts out of it +*.ttf +*.woff +*.woff2 + # video *.mp4 @@ -18,5 +23,6 @@ # don't check in the autogenerate atom's atom.xml + # except we DO want the template !/support/atom.xml \ No newline at end of file |