about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore6
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