mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-25 07:22:26 +08:00
58 lines
697 B
Plaintext
58 lines
697 B
Plaintext
# Node.js 相關
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
.npm
|
|
.yarn-integrity
|
|
|
|
# TypeScript 編譯輸出
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# 環境變數和敏感資訊
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE 和編輯器
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
*.code-workspace
|
|
.DS_Store
|
|
|
|
# 日誌檔案
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# 暫存檔案
|
|
.tmp/
|
|
.temp/
|
|
tmp/
|
|
temp/
|
|
|
|
# 系統檔案
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 覆蓋率報告
|
|
coverage/
|
|
|
|
# 資料檔案
|
|
*.sqlite
|
|
data/*.json
|
|
data/*/*.json
|
|
data/*
|
|
|
|
# Cursor AI 生成的暫存檔案
|
|
.cursor/tmp/ |