Skip to content

Commit 3bbbfb7

Browse files
author
FirstUnicorn
committed
chore(gitignore): add docs/build/ to ignored paths
## Starting point The project's Sphinx configuration outputs to docs/build/, but only docs/_build/ was listed in .gitignore. The actual build directory was untracked by coincidence rather than by rule. ## Changes Added docs/build/ entry alongside the existing docs/_build/ entry in the documentation builds section of .gitignore. Both entries are kept because docs/_build/ is the Sphinx default and docs/build/ is the path configured in this project's Makefile/conf. ## Result Sphinx build artifacts in docs/build/ are now explicitly ignored, preventing accidental commits of generated HTML files.
1 parent b684504 commit 3bbbfb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ dmypy.json
6363

6464
# Documentation builds / Sphinx docs
6565
docs/_build/
66+
docs/build/
6667
docs/.doctrees/
6768
docs/source/autoapi/
6869
docs/autoapi/

0 commit comments

Comments
 (0)