Update .gitignore

[ci skip]
This commit is contained in:
Michael Shamoon 2022-05-18 13:52:31 -07:00
parent 998ca64c1e
commit 3cea4804f8

4
.gitignore vendored
View File

@ -63,6 +63,8 @@ target/
# VS Code # VS Code
.vscode .vscode
/src-ui/.vscode
/docs/.vscode
# Other stuff that doesn't belong # Other stuff that doesn't belong
.virtualenv .virtualenv
@ -84,8 +86,6 @@ scripts/nuke
/paperless.conf /paperless.conf
/consume/ /consume/
/export/ /export/
/src-ui/.vscode
# this is where the compiled frontend is moved to. # this is where the compiled frontend is moved to.
/src/documents/static/frontend/ /src/documents/static/frontend/
/docs/.vscode/settings.json