File: .gitignore

package info (click to toggle)
node-function-bind 1.1.1%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: makefile: 11
file content (10 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
# gitignore
/node_modules/
/build/
*.log
*~

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