InvokeAI/.dockerignore

22 lines
359 B
Plaintext

# use this file as a whitelist
*
!backend
!invokeai
!ldm
!pyproject.toml
!README.md
!scripts
# Guard against pulling in any models that might exist in the directory tree
**/*.pt*
**/*.ckpt
# whitelist frontend, but ignore node_modules
invokeai/frontend/node_modules
invokeai/frontend/dist/**
# ignore python cache
**/__pycache__
**/*.py[cod]
**/*.egg-info