diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-03-01 22:01:16 +0100 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-03-01 22:01:16 +0100 |
| commit | 4c2d4ab558d968a8fc311e4556215108721623f6 (patch) | |
| tree | 06649d2dfd5d7b016ccc768c5dd80db4e039f15f /.gitignore | |
| parent | bd60781b741281d0faa4a61cc3ca6e123f1de55c (diff) | |
Misc.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |