test-backend/.gitignore

34 lines
438 B
Plaintext

# 依赖与构建产物
**/node_modules/
**/dist/
**/target/
**/logs/
**/.cache/
**/docs/tasks/
**/docs/tasks/**
**/.eslintcache
# IDE / 编辑器
.idea/
**/*.iml
.vscode/
.history/
*.suo
*.sw?
# 独立子仓库(接口契约按规则单独管理,不并入主仓库)
# 本地环境与日志
**/.env.local
**/.env.*.local
**/*-debug.log*
**/docs/tasks/**
rebel.xml
derby.log
# 系统
.DS_Store
Thumbs.db
os_del.cmd
os_del_doc.cmd