Skip to content

Commit

Permalink
Simplify .dockerignore without need to list modules
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 9, 2024
1 parent f30e7c4 commit e545af8
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,5 @@
!/Pipfile.lock
!/entrypoint.sh
!/plextraktsync.sh
!/plextraktsync/*.py
!/plextraktsync/commands/*.py
!/plextraktsync/config.default.yml
!/plextraktsync/config/*.py
!/plextraktsync/decorators/*.py
!/plextraktsync/logger/*.py
!/plextraktsync/media/*.py
!/plextraktsync/mixin/*.py
!/plextraktsync/plan/*.py
!/plextraktsync/plex/*.py
!/plextraktsync/plugin/*.py
!/plextraktsync/queue/*.py
!/plextraktsync/rich/*.py
!/plextraktsync/sync/*.py
!/plextraktsync/trakt/*.py
!/plextraktsync/util/*.py
!/plextraktsync/watch/*.py
!/plextraktsync/
!/requirements.txt

0 comments on commit e545af8

Please sign in to comment.