forked from sanshao85/mcp-feedback-collector-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
58 lines (49 loc) · 746 Bytes
/
.npmignore
File metadata and controls
58 lines (49 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Source files
src/
*.ts
!dist/**/*.d.ts
# Development files
.env
.env.*
*.log
logs/
node_modules/
coverage/
# Build tools
tsconfig.json
jest.config.js
.eslintrc.json
scripts/
# Development documentation (keep main docs)
development-journey.html
DEVELOPMENT_SUMMARY.md
TECHNICAL_ACHIEVEMENTS.md
PROJECT_TRACKING.md
FUNCTIONAL_REQUIREMENTS.md
DEBUG_MCP_COMMUNICATION.md
TESTING_STRATEGY.md
RELEASE_CHECKLIST.md
# IDE and OS files
.vscode/
.idea/
.DS_Store
Thumbs.db
*.swp
*.swo
# Git files
.git/
.gitignore
# Test files
__tests__/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
# Temporary files
tmp/
temp/
*.tmp
# Claude Desktop config (contains API keys)
claude-desktop-config*.json
# TypeScript SDK (external dependency)
typescript-sdk-main/