Skip to content

Commit

Permalink
Add .dockerignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jul 24, 2024
1 parent 29b5290 commit b6a1c5e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Ignore everything
**

# Include
!/install/**
!/storage_service/**
!/tests/**
!/.coveragerc
!/.markdownlint.jsonc
!/.pre-commit-config.yaml
!/CHANGELOG.md
!/CODE_OF_CONDUCT.md
!/CONTRIBUTING.md
!/LICENSE
!/Makefile
!/README.md
!/SECURITY.md
!/mypy.ini
!/pytest.ini
!/requirements*
!/ruff.toml
!/setup.py
!/tox.ini

0 comments on commit b6a1c5e

Please sign in to comment.