freetype/docs/.gitignore
Hugh McMaster 237fed6d5a [docs] (1/2) Move static web assets (#56745).
* docs/reference/*: Move ...
* docs: ... one directory up.
2019-12-21 19:13:37 +01:00

13 lines
130 B
Plaintext

# Static site folder
reference/
# HTML and Markdown files
*.html
*.md
# MkDocs Config file
mkdocs.yml
# Python virtualenv
env/