chore: add .gitignore to docs

This prevents common folders used in the documentation process to be
considered by git.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2022-05-28 21:37:24 +02:00 committed by David Mehren
parent fcf5910ae6
commit f9f81cf348

12
docs/.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: CC0-1.0
# virtualenv
venv/
ENV/
# Build files
/build
/MANIFEST
/site