mirror of https://github.com/langgenius/dify.git
41 lines
381 B
Plaintext
41 lines
381 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Lock files (use pnpm-lock.yaml in CI if needed)
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Misc
|
|
*.pem
|
|
*.tgz
|