mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update .dockerignore
This commit is contained in:
parent
c2e11dfe83
commit
42da4f57c2
@ -3,23 +3,23 @@
|
|||||||
!invokeai
|
!invokeai
|
||||||
!ldm
|
!ldm
|
||||||
!pyproject.toml
|
!pyproject.toml
|
||||||
!README.md
|
|
||||||
|
|
||||||
# Guard against pulling in any models that might exist in the directory tree
|
# Guard against pulling in any models that might exist in the directory tree
|
||||||
**/*.pt*
|
**/*.pt*
|
||||||
**/*.ckpt
|
**/*.ckpt
|
||||||
|
|
||||||
# ignore frontend but whitelist dist
|
# ignore frontend but whitelist dist
|
||||||
invokeai/frontend/**
|
invokeai/frontend/
|
||||||
!invokeai/frontend/dist/**
|
!invokeai/frontend/dist/
|
||||||
|
|
||||||
# ignore invokeai/assets but whitelist invokeai/assets/web
|
# ignore invokeai/assets but whitelist invokeai/assets/web
|
||||||
invokeai/assets/**
|
invokeai/assets/
|
||||||
!invokeai/assets/web/*.png
|
!invokeai/assets/web/
|
||||||
|
|
||||||
# ignore python cache and build artifacts
|
# Byte-compiled / optimized / DLL files
|
||||||
**/__pycache__
|
**/__pycache__/
|
||||||
**/*.pyc
|
**/*.py[cod]
|
||||||
**/*.pyo
|
|
||||||
**/*.pyd
|
# Distribution / packaging
|
||||||
**/*.egg-info
|
*.egg-info/
|
||||||
|
*.egg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user