File: .gitignore

package info (click to toggle)
node-resolve 1.19.0%2B~cs5.20.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 820 kB
  • sloc: javascript: 2,918; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# gitignore
node_modules
**/node_modules

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

# symlinked file used in tests
test/resolver/symlinked/_/node_modules/package