diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1018351bc..7f1620871 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,7 @@ cp.out # exclude node_modules if installed -/web/source/node_modules
\ No newline at end of file +/web/source/node_modules + +# exclude compiled mkdocs site +site/ |
