diff options
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 |