File: .gitignore

package info (click to toggle)
node-tape 5.6.1%2B~cs8.20.19-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,484 kB
  • sloc: javascript: 7,443; makefile: 12; sh: 1
file content (13 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# gitignore

/node_modules

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

# coverage data
coverage/
.nyc_output/

.npmignore