Skip to content

Commit

Permalink
Merge pull request #281 from painebot/tkp/testipynb
Browse files Browse the repository at this point in the history
Ensure test notebooks are packaged
  • Loading branch information
timkpaine authored Jun 5, 2024
2 parents 43c0214 + 4da2606 commit 4a79c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ target/

# IPython Notebook
.ipynb_checkpoints
*.ipynb
Untitled*.ipynb
.autoversion

# pyenv
Expand Down Expand Up @@ -165,7 +165,6 @@ nbcelltests/labextension/*.tgz
nbcelltests/labextension

# generated
*.ipynb
Untitled_test.html
Untitled_test.py
docs/api
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ clean: ## clean the repository
find . -name "*.pyc" | xargs rm -rf
find . -name ".ipynb_checkpoints" | xargs rm -rf
rm -rf .coverage coverage *.xml build dist *.egg-info lib node_modules .pytest_cache *.egg-info
rm -rf nbcelltests/extension
rm -rf nbcelltests/labextension
cd js && jlpm clean
git clean -fd

Expand Down

0 comments on commit 4a79c19

Please sign in to comment.