File: .npmignore

package info (click to toggle)
node-is-object 1.0.2%2B~1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: javascript: 34; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (2)
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
.DS_Store
.monitor
.*.swp
.nodemonignore
releases
*.log
*.err
fleet.json
public/browserify
bin/*.json
.bin
build
compile
.lock-wscript
node_modules

# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock

coverage/
.nyc_output/

.github/workflows