File: .gitignore

package info (click to toggle)
node-define-properties 1.2.1%2B~cs2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: javascript: 577; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# gitignore

node_modules

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

coverage/
.nyc_output/

.npmignore