Skip to content

Commit

Permalink
remove docs/ from dockerignore so setuptools_scm doesnt track change
Browse files Browse the repository at this point in the history
this was creating a new dev version even with a new release
  • Loading branch information
scottstanie committed Apr 1, 2023
1 parent 5509c12 commit bc73745
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
src/dolphin/__pycache__/
.mypy_cache/
docs/
**/__pycache__/*
.mypy_cache
build/
data/
dist/

0 comments on commit bc73745

Please sign in to comment.