From 4c2d4ab558d968a8fc311e4556215108721623f6 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Tue, 1 Mar 2022 22:01:16 +0100 Subject: Misc. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 80d20f5..d6524c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # .gitignore for mlnp.fr -# All HTML and CSS should be generated from Org files, NO EXCEPTIONS. -*.html +# All CSS should be generated from Org files, NO EXCEPTIONS. This ensures all artifacts are documented. *.css -# Topnav items are generated upon export by the Org publish sitemap. -resources/topnav-items.org \ No newline at end of file +# Font files are not version-controlled. +*.ttf +*.otf \ No newline at end of file -- cgit v1.2.3