Commit 3bbbfb7
FirstUnicorn
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments