forked from OpenHands/OpenHands
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.npmignore
More file actions
51 lines (45 loc) 路 695 Bytes
/
Copy path.npmignore
File metadata and controls
51 lines (45 loc) 路 695 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
# npm ignore file - overrides .gitignore for npm publish
# We need to INCLUDE build/ and dist/ which are in .gitignore
# Source files (not needed in package)
src/
__tests__/
tests/
*.test.ts
*.test.tsx
*.spec.ts
# Development config
.github/
.husky/
.openhands/
.agents/
.vscode/
*.config.ts
*.config.js
*.config.mjs
tsconfig*.json
eslint.config.mjs
.eslintrc*
.prettierrc*
vitest.setup.ts
# Development docs
DEVELOPMENT.md
AGENTS.md
CHANGELOG.md
# Generated files we don't need
public/locales/
src/i18n/declaration.ts
.env*
.envrc
# Test artifacts
/test-results/
/playwright-report/
/blob-report/
/playwright/
coverage/
# Misc
node_modules/
*.tgz
.react-router/
.vercel
ralph/
artifacts/