Skip to content

Commit

Permalink
Consolidate .gitignore (#79)
Browse files Browse the repository at this point in the history
* Consolidate `.gitignore`

- Resolves #78

* Fix error in CI

The check for the status of the repository was failing, due to incorrect
entries in the `.gitignore` file. This fixes those issues.
  • Loading branch information
ndmlny-qs authored Feb 8, 2023
1 parent 0b3edde commit 79a7773
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/dist/
/*.egg-info/
# Python
*.egg-info/
__pycache__/
.ipynb_checkpoints/

# [Java|Type]Script
dist/
node_modules/
bokeh*.tgz
3 changes: 0 additions & 3 deletions ipywidgets_bokeh/.gitignore

This file was deleted.

0 comments on commit 79a7773

Please sign in to comment.