mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-06 00:46:03 +08:00
20 lines
174 B
Plaintext
20 lines
174 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
|