[Org] Repository for my personal website.
1
# .gitignore for mlnp.fr
2
3
# All CSS should be generated from Org files, NO EXCEPTIONS. This ensures all artifacts are documented.
4
*.css
5
6
# Font files are not version-controlled.
7
*.ttf
8
*.otf
9
10
**sitemap.org
11
12
# Plantuml exports + favicon.
13
**.png
14
15
# CV exports.
16
cv.txt
17
cv.html
18