-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.npmignore
More file actions
62 lines (49 loc) · 739 Bytes
/
.npmignore
File metadata and controls
62 lines (49 loc) · 739 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
# Build/Test artifacts
*.snap
coverage/
test-reports/
junit.xml
permissions-backup.acl
# Source files (exclude - only ship compiled)
src/
test/
lambda/
# Development secrets and test data
test-secrets/
# Config files
.prettierignore
.prettierrc.json
eslint.config.js
tsconfig.dev.json
tsconfig.json
.versionrc-*
mise.toml
renovate.json
.gitleaks.toml
# IDE and OS files
.vscode/
.idea/
.DS_Store
.devcontainer/
# CI/CD
.github/
# Documentation
CONTRIBUTING.md
MAINTAINERS.md
# Scripts
scripts/
# Git metadata
.gitattributes
.gitignore
# Build info that shouldn't be in lib/
lib/tsconfig.tsbuildinfo
# Vibe AI
.vibe/
# Include these important files
!.jsii
!assets/
!lib/**/*.js
!lib/**/*.d.ts
!dist/
# Exclude jsii outdir
dist