File: .gitignore

package info (click to toggle)
node-buffer-equal 1.0.1%2B~1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: javascript: 65; 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