Ignore more generated files in gitignore (#1934)

Add more of the sphinx generated files, so generating the docs does not
add untracked files. Ignore the folder `.venv` typically used for
virtual environments.
Also sort the ignored file list for easier maintenance.
This commit is contained in:
Mészáros Gergely
2023-03-13 19:01:26 +01:00
committed by GitHub
parent 3db2cff387
commit 5ce34c593a
3 changed files with 9 additions and 2 deletions

5
.gitignore vendored
View File

@@ -1,3 +1,4 @@
_build
.venv
.vscode
build
_build
build