mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
22 lines
359 B
Plaintext
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
|