summaryrefslogtreecommitdiff
path: root/docs/.gitignore
blob: b8d05d11a52f543f5fdbd336f9c3cdc3a751f593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Static site folder
reference/

# HTML and Markdown files
*.html
*.md

# MkDocs Config file
mkdocs.yml

# Python virtualenv
env/