Skip to content

Commit

Permalink
Ignore the _build and venv dirs
Browse files Browse the repository at this point in the history
Add the _build dir to .gitignore
Some may also use a Python virtualenv for Sphinx install
Ignore any .venv dir

Signed-off-by: Bill Mills <[email protected]>
  • Loading branch information
wmamills committed Oct 27, 2022
1 parent bcb97e1 commit 74739fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/.vscode
/_build
/.venv

0 comments on commit 74739fe

Please sign in to comment.