Skip to content

Commit

Permalink
star fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pseusys committed Sep 29, 2023
1 parent aaf6507 commit 71213e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ docs/source/apiref
docs/source/_misc
docs/source/release_notes.rst
docs/source/tutorials
docs/source/_static/drawio
docs/source/drawio_src/**/export
*__pycache__*
*.idea/*
.idea/*
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docs/source/_misc
docs/source/release_notes.rst
docs/source/tutorials
docs/source/_static/drawio
docs/source/diagrams/**/export
docs/source/drawio_src/**/export
*__pycache__*
*.idea/*
.idea/*
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ clean_docs:
rm -rf docs/source/_misc
rm -rf docs/source/tutorials
rm -rf docs/source/_static/drawio
rm -rf docs/source/diagrams/**/export
rm -rf docs/source/drawio_src/**/export
.PHONY: clean_docs

clean: clean_docs
Expand Down

0 comments on commit 71213e8

Please sign in to comment.