Skip to content

Commit c413eaf

Browse files
Git: correctly ignore docs build directory (#499)
1 parent 62e9c1f commit c413eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ coverage.xml
5757
*.log
5858

5959
# Sphinx documentation
60-
docs/_build/
60+
doc/_build/
6161

6262
# PyBuilder
6363
target/

0 commit comments

Comments
 (0)