mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-06-30 20:37:57 -04:00
82afd0715f
* Feat: update auto lang check script * Feat: update auto lang check script, enable api check * Feat: update github auto check * Feat: update github auto check file * Feat: update github auto check file * Feat: hide secret key * Feat: test app key update * Feat: hide app key * Feat: add automatic file deletion
25 lines
215 B
Plaintext
25 lines
215 B
Plaintext
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
lang-check/.env
|
|
|
|
# Pyre type checker
|
|
.pyre/
|
|
.idea/'
|
|
|
|
# Intellij IDEA Files
|
|
.idea/
|
|
.ideaDataSources/
|
|
|
|
.vscode/
|
|
|
|
# Mac files
|
|
.DS_Store
|
|
|
|
# node
|
|
node_modules/ |