Fix greedy .gitignore.

This commit is contained in:
Robert Krátký 2023-10-13 14:16:31 +02:00
parent 3452c5772e
commit 5870cbc99d
1 changed files with 8 additions and 1 deletions

9
doc/.gitignore vendored
View File

@ -1,2 +1,9 @@
/*env*/
.sphinx/venv/
.sphinx/warnings.txt
.sphinx/.wordlist.dic
.sphinx/.doctrees/
_build _build
.sphinx .DS_Store
__pycache__
.idea/