reorder .dockerignore

This commit is contained in:
mauwii 2023-02-24 02:53:27 +01:00
parent 11a29fdc4d
commit 5cb877e096
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -4,10 +4,6 @@
!ldm !ldm
!pyproject.toml !pyproject.toml
# Guard against pulling in any models that might exist in the directory tree
**/*.pt*
**/*.ckpt
# ignore frontend but whitelist dist # ignore frontend but whitelist dist
invokeai/frontend/ invokeai/frontend/
!invokeai/frontend/dist/ !invokeai/frontend/dist/
@ -16,10 +12,14 @@ invokeai/frontend/
invokeai/assets/ invokeai/assets/
!invokeai/assets/web/ !invokeai/assets/web/
# Guard against pulling in any models that might exist in the directory tree
**/*.pt*
**/*.ckpt
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
**/__pycache__/ **/__pycache__/
**/*.py[cod] **/*.py[cod]
# Distribution / packaging # Distribution / packaging
*.egg-info/ **/*.egg-info/
*.egg **/*.egg