File: .gitignore

package info (click to toggle)
node-fastcgi 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: makefile: 2; sh: 2
file content (12 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#npm
node_modules
npm-debug.log

#yarn
yarn.lock

#Istanbul coverage folder
coverage

#Examples
*.log