55 lines
995 B
Plaintext
55 lines
995 B
Plaintext
# Add patterns to ignore here, one per line
|
|
# Example:
|
|
# *.log
|
|
# tmp/
|
|
db_backups/
|
|
logs/
|
|
nginx/static/assets/fonts/
|
|
nginx/static/assets/img/
|
|
nginx/static/assets/js/
|
|
nginx/static/scss/
|
|
patched_packages/
|
|
migrations/
|
|
*material*
|
|
*nucleo*
|
|
*package*
|
|
*.svg
|
|
nginx/mime.types
|
|
*.gitignore*
|
|
.python-version
|
|
.repopackignore*
|
|
repopack.config.json
|
|
*repo.txt
|
|
temp_requirements/
|
|
tests/
|
|
docker/eveai_logs/
|
|
docker/logs/
|
|
patched_packages/docker/
|
|
eveai_api/
|
|
eveai_beat/
|
|
eveai_chat/
|
|
eveai_chat_workers/
|
|
eveai_entitlements/
|
|
eveai_workers/
|
|
eveai_client/
|
|
instance/
|
|
integrations/
|
|
migrations/
|
|
nginx/
|
|
scripts/
|
|
common/models/entitlements.py
|
|
common/models/interaction.py
|
|
common/models/document.py
|
|
config/agents/
|
|
config/prompts/
|
|
config/specialists/
|
|
config/tasks/
|
|
config/tools/
|
|
eveai_app/templates/administration/
|
|
eveai_app/templates/entitlements/
|
|
eveai_app/templates/interaction/
|
|
eveai_app/templates/document/
|
|
eveai_app/views/administration*
|
|
eveai_app/views/entitlements*
|
|
eveai_app/views/interaction*
|
|
eveai_app/views/document* |