mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
# Static site folder
|
|
reference/
|
|
|
|
# HTML and Markdown files
|
|
*.html
|
|
*.md
|
|
|
|
# MkDocs Config file
|
|
mkdocs.yml
|
|
|
|
# Python virtualenv
|
|
env/
|