forked from enulus/OpenPackage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
88 lines (72 loc) · 993 Bytes
/
.npmignore
File metadata and controls
88 lines (72 loc) · 993 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Source files
src/
# TypeScript configuration
tsconfig.json
# Build scripts and tools
scripts/
# Test directories and files
tmp/
test/
tests/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
# Development dependencies
node_modules/
# Build artifacts and caches
dist/**/*.d.ts
dist/**/*.d.ts.map
*.tsbuildinfo
.cache/
.nyc_output/
# Git and version control
.git/
.gitignore
.gitattributes
# IDE and editor files
.vscode/
.idea/
.cursor/
.opencode/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Coverage reports
coverage/
.nyc_output/
# Development configuration
.env
.env.local
.env.development
.env.test
.env.production
# Documentation for development
.cursorignore
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
.circleci/
# Alternative package manager files
yarn.lock
pnpm-lock.yaml
# Temporary files
*.tmp
*.temp
# OpenPackage specific files
.openpackage/