aboutsummaryrefslogtreecommitdiff
path: root/.npmignore
blob: b20a6e4670f5310e858cc19d7431ed1b6793171f (plain) (blame)
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
# Dependencies and logs
node_modules/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Caches and temp
.cache/
.tmp/
*.tgz

# VCS / CI / IDE
.git/
.gitea/
.github/
.gitlab/
.vscode/
.idea/
.DS_Store

# Playground / tests / coverage
playground/
tests/
coverage/
**/__tests__/
**/*.spec.*
**/*.test.*

# Source-only folders (built output lives in dist/)
admin/
server/

# Misc project files
renovate.config.cjs
package-lock.json
.env
.env.*