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
!pyproject.toml
# 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/
@ -16,10 +12,14 @@ invokeai/frontend/
invokeai/assets/
!invokeai/assets/web/
# Guard against pulling in any models that might exist in the directory tree
**/*.pt*
**/*.ckpt
# Byte-compiled / optimized / DLL files
**/__pycache__/
**/*.py[cod]
# Distribution / packaging
*.egg-info/
*.egg
**/*.egg-info/
**/*.egg