mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
2d9fac23e7
- update broken paths after restructure
26 lines
476 B
Plaintext
26 lines
476 B
Plaintext
# use this file as a whitelist
|
|
*
|
|
!invokeai
|
|
!ldm
|
|
!pyproject.toml
|
|
|
|
# ignore frontend/web but whitelist dist
|
|
invokeai/frontend/web/
|
|
!invokeai/frontend/web/dist/
|
|
|
|
# ignore invokeai/assets but whitelist invokeai/assets/web
|
|
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
|