mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
reorder .dockerignore
This commit is contained in:
parent
11a29fdc4d
commit
5cb877e096
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user