-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.npmignore
More file actions
69 lines (55 loc) · 670 Bytes
/
.npmignore
File metadata and controls
69 lines (55 loc) · 670 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
59
60
61
62
63
64
65
66
67
68
69
# Source files
src/
__tests__/
# Development files
.vitest-cache/
coverage/
*.log
*.tgz
# Configuration files
tsconfig.json
tsconfig.build.json
biome.json
.rmdrc.cjs
vitest.config.ts
.husky/
# Documentation
docs/
*.md
!README.md
!LICENSE
# Scripts
scripts/
# Git
.git/
.gitignore
# CI/CD
.github/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Temporary files
tmp/
temp/
*.tmp
# Test files
test/
tests/
*.test.*
*.spec.*
**/__tests__/
# Build artifacts (except dist)
graph.svg
# Development dependencies config
lint-staged.config.js
# Local environment
.env
.env.local
.env.*.local
# CLAUDE development files
CLAUDE.md
# MCP Registry tokens
.mcpregistry_*
server.json