Skip to content
Closed

test #477

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .coverage
Binary file not shown.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ dist

# Local docs builds
docs/api
docs/_build
docs/_build/*
docs/_static/ultraplotrc
docs/_static/rctable.rst
docs/_static/*
docs/gallery/*

# Development subfolders
dev
sources

# Python extras
*.ipynb
.ipynb_checkpoints
*.log
*.pyc
Expand Down
21 changes: 21 additions & 0 deletions .gitignore.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
diff a/.gitignore b/.gitignore (rejected hunks)
@@ -18,16 +18,18 @@ dist

# Local docs builds
docs/api
-docs/_build
+docs/_build/*
docs/_static/ultraplotrc
docs/_static/rctable.rst
docs/_static/*
+docs/gallery/*

# Development subfolders
dev
sources

# Python extras
+*.ipynb
.ipynb_checkpoints
*.log
*.pyc
Loading
Loading