-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.npmignore
More file actions
76 lines (69 loc) · 2.24 KB
/
Copy path.npmignore
File metadata and controls
76 lines (69 loc) · 2.24 KB
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
# SPDX-FileCopyrightText: 2024-2026 Hack23 AB
# SPDX-License-Identifier: Apache-2.0
# ─── Source & Config ──────────────────────────────────────────────────────────
src/
tsconfig.json
tsconfig.test.json
eslint.config.js
.eslintrc*
.prettierrc*
.prettierignore
.htmlhintignore
.lintstagedrc.json
.jscpd.json
.lighthouserc.json
typedoc.json
jsdoc.json
vitest.config.js
playwright.config.js
# ─── Tests ────────────────────────────────────────────────────────────────────
test/
e2e/
coverage/
builds/
playwright-report/
test-results/
# ─── Dev & CI ─────────────────────────────────────────────────────────────────
.github/
.devcontainer/
.husky/
.gitattributes
.gitignore
# ─── Static site (not part of npm package) ────────────────────────────────────
# HTML files are all generated static-site artifacts (index pages, news articles).
# The npm library generates HTML as strings via generateArticleHTML(), not from files.
news/
docs/
images/
js/
*.html
styles.css
site.webmanifest
sitemap.xml
rss.xml
# ─── Documentation (README.md and LICENSE included via files field) ───────────
ARCHITECTURE.md
AUTHORS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CRA-ASSESSMENT.md
DATA_MODEL.md
FLOWCHART.md
FUTURE_*.md
MINDMAP.md
STATEDIAGRAM.md
SWOT.md
SECURITY_ARCHITECTURE.md
THREAT_MODEL.md
# ─── OS & Editor ──────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
# ─── Logs & temp ──────────────────────────────────────────────────────────────
*.log
*.tgz
mcp-debug.log
mcp-*.tmp