Skip to content

Commit

Permalink
chore: Ignore generated docs from git (#1686)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Mar 19, 2023
1 parent 8a89073 commit b305ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ docs/_build/
# Pyenv
.python-version

Cargo.lock
# Generated docs
docs
3 changes: 3 additions & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Generated docs will be placed in the static folder
static/docs/

0 comments on commit b305ba1

Please sign in to comment.