File: .gitignore

package info (click to toggle)
node-jsonify 0.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: javascript: 371; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
# gitignore

node_modules/

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

.npmignore