forked from waldzellai/waldzell-metagames-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
45 lines (38 loc) · 658 Bytes
/
.npmignore
File metadata and controls
45 lines (38 loc) · 658 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
# Development files
.claude/
.clinerules/
.mcp-dogfood/
.sandbox-testing-game/
.roomodes
.DS_Store
*.log
*.tmp
# Test files
test-harness/
specs/
reference-clearthought-onepointfive/
# Documentation source files
docs/
*.spec.md
ulysses-protocol-explanation.md
metagames-mcp-architecture.md
clearthought-onepointfive-mcp-specification.md
sandbox-testing-mechanism-spec.md
# Config files not needed for package
cc_mcp_config.json
cc_mcp_config_smithery.json
smithery.yaml
# Git files
.git/
.gitignore
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Build artifacts (we include dist/ and .smithery/)
node_modules/
# Temporary files
.refactoring-game/
tmp/
temp/