diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2022-02-06 12:10:49 +0100 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2022-02-06 12:10:49 +0100 |
| commit | 81c6b3e8ede6f9a61f04b25abcdb90283bb1666a (patch) | |
| tree | 73ee63994c4e580fa0dc93cd1e64d9e875698e56 /.gitignore | |
Gotta start somewhere!
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..80d20f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# .gitignore for mlnp.fr + +# All HTML and CSS should be generated from Org files, NO EXCEPTIONS. +*.html +*.css + +# Topnav items are generated upon export by the Org publish sitemap. +resources/topnav-items.org
\ No newline at end of file |