File: .gitignore

package info (click to toggle)
node-util 0.12.5%2B~1.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 444 kB
  • sloc: javascript: 2,698; makefile: 14
file content (26 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# gitignore

lib-cov
coverage/
.nyc_output/
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules

testling.html

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