api-server/.gitignore
WangDL 9a4041109e
Some checks are pending
Deploy API Server / build-and-deploy (push) Waiting to run
chore: 从远程仓库删除 credentials.md 和 AI回答.md,加入 .gitignore
2026-05-09 20:47:16 +08:00

39 lines
309 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
build/
# Environment files
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
# Test
coverage/
.nyc_output/
# TypeScript
*.tsbuildinfo
# Misc
.cache/
tmp/
temp/docs/credentials.md