mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
19 lines
173 B
Plaintext
19 lines
173 B
Plaintext
.env
|
|
*.env.*
|
|
|
|
storage/generate_files/*
|
|
storage/privkeys/*
|
|
storage/tools/*
|
|
storage/upload_files/*
|
|
|
|
# Logs
|
|
logs
|
|
*.log*
|
|
|
|
# jetbrains
|
|
.idea
|
|
.mypy_cache
|
|
.ruff_cache
|
|
|
|
# venv
|
|
.venv |