Skip to content

Commit 86b3a7f

Browse files
committed
added gitignore
1 parent 6925c2c commit 86b3a7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ __pycache__/
1414
.Python
1515
env/
1616
build/
17-
docs/build/
1817
!build/
1918
build/*
2019
!build/html/
@@ -68,6 +67,8 @@ coverage.xml
6867

6968
# Sphinx documentation
7069
docs/_build/
70+
docs/build/
71+
7172

7273
# PyBuilder
7374
target/

0 commit comments

Comments
 (0)