From f9f81cf3482603549f803668fe5ef62fb3b37aad Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sat, 28 May 2022 21:37:24 +0200 Subject: [PATCH] chore: add .gitignore to docs This prevents common folders used in the documentation process to be considered by git. Signed-off-by: Philip Molares --- docs/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/.gitignore diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..40e6f79e6 --- /dev/null +++ b/docs/.gitignore @@ -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