File: .gitignore

package info (click to toggle)
node-object-inspect 1.12.2%2B~cs1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: javascript: 1,656; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# gitignore
node_modules

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

# Coverage
coverage
.nyc_output

.npmignore