mirror of
https://gh.wpcy.net/https://github.com/verygoodplugins/mcp-freescout.git
synced 2026-05-29 07:04:11 +08:00
48 lines
No EOL
516 B
Text
48 lines
No EOL
516 B
Text
# Source files (only distribute compiled JS)
|
|
src/
|
|
*.ts
|
|
!*.d.ts
|
|
|
|
# Development files
|
|
.env
|
|
.env.*
|
|
*.log
|
|
node_modules/
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Git and IDE
|
|
.git/
|
|
.gitignore
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Examples and docs source
|
|
*.example.*
|
|
cursor-config.example.json
|
|
claude-desktop-config.example.json
|
|
|
|
# Test files
|
|
*.test.js
|
|
*.test.ts
|
|
jest.config.*
|
|
__tests__/
|
|
|
|
# Build files
|
|
tsconfig.json
|
|
.eslintrc.*
|
|
.prettierrc.*
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
.tmp/
|
|
worktrees/
|
|
|
|
# Keep these
|
|
!dist/
|
|
!README.md
|
|
!LICENSE
|
|
!package.json |