From 3cea4804f814fc58a6e688b94a90950a974b471c Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 18 May 2022 13:52:31 -0700 Subject: [PATCH] Update .gitignore [ci skip] --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c21ad4de0..bb0027b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,8 @@ target/ # VS Code .vscode +/src-ui/.vscode +/docs/.vscode # Other stuff that doesn't belong .virtualenv @@ -84,8 +86,6 @@ scripts/nuke /paperless.conf /consume/ /export/ -/src-ui/.vscode # this is where the compiled frontend is moved to. /src/documents/static/frontend/ -/docs/.vscode/settings.json