-
Notifications
You must be signed in to change notification settings - Fork 199
Expand file tree
/
Copy path.npmignore
More file actions
44 lines (43 loc) · 817 Bytes
/
Copy path.npmignore
File metadata and controls
44 lines (43 loc) · 817 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
# .npmignore - Used by electron-builder instead of .gitignore
# This file intentionally does NOT exclude dist/ and dist-electron/
# so that build outputs are included in the asar archive.
src/
tests/
scripts/
build/*
!build/entitlements.mac.plist
!build/icons/
!build/icons/**
release/
.DS_Store
.env
.claude/
__pycache__/
.codebuddy/
sandbox/image/out/
sandbox/image/publish/
sandbox/image/.work/
sandbox/runtime/out/
sandbox/runtime-darwin-*/
resources/mingit/
resources/MinGit-*.zip
resources/PortableGit-*.7z.exe
resources/python-win/
resources/python-*.zip
SKILLs/**/.connection
SKILLs/**/.server.log
SKILLs/**/.server.pid
SKILLs/**/.venv/
nul
.work.env
.playwright-mcp/
.cowork-temp/
*.ts
!*.d.ts
tsconfig.json
electron-tsconfig.json
vite.config.ts
tailwind.config.js
postcss.config.js
.eslintrc.cjs
CLAUDE.md