update .dockerignore

This commit is contained in:
mauwii 2023-02-07 07:19:57 +01:00 committed by Matthias Wild
parent c2e11dfe83
commit 42da4f57c2

View File

@ -3,23 +3,23 @@
!invokeai
!ldm
!pyproject.toml
!README.md
# Guard against pulling in any models that might exist in the directory tree
**/*.pt*
**/*.ckpt
# ignore frontend but whitelist dist
invokeai/frontend/**
!invokeai/frontend/dist/**
invokeai/frontend/
!invokeai/frontend/dist/
# ignore invokeai/assets but whitelist invokeai/assets/web
invokeai/assets/**
!invokeai/assets/web/*.png
invokeai/assets/
!invokeai/assets/web/
# ignore python cache and build artifacts
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd
**/*.egg-info
# Byte-compiled / optimized / DLL files
**/__pycache__/
**/*.py[cod]
# Distribution / packaging
*.egg-info/
*.egg