Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ dist/
*.egg
damiao_motor/_version.py

# ...but DO ship the built monitor SPA (end users have no node toolchain).
# These negations override the unanchored build/ and dist/ rules above.
!damiao_motor/gui/webapp/dist/
!damiao_motor/gui/webapp/dist/**
# The monitor SPA build output is NOT committed — CI builds it into the wheel
# (release.yml). Committing it + rebuilding in CI dirtied the tree and broke versioning.
damiao_motor/gui/webapp/node_modules/

# IDE / editor
Expand Down
Loading
Loading