From 983f8ce22f6472919b773ce2161a979ef7583e19 Mon Sep 17 00:00:00 2001 From: Stijn Peeters Date: Wed, 24 Nov 2021 18:20:39 +0100 Subject: [PATCH] Add access policy and venv to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7ba9dc630..59294ace8 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ webtool/fourcat/static/data/word_embeddings/ data/ webtool/fourcat/static/boards.json webtool/pages/reject-template.md +webtool/pages/access-policy.md stats.json news.json ANNOUNCEMENT.md @@ -41,6 +42,7 @@ webtool/venv/ .idea .env/ *.ipynb +venv/ # do not ignore interface images !webtool/static/img/*.png