File: .gitignore

package info (click to toggle)
node-winston 3.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,456 kB
  • sloc: javascript: 5,718; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
test/*.log
test/fixtures/*.json
test/fixtures/file/*.log*
test/fixtures/logs/*.log*
node_modules/
node_modules/*
npm-debug.log
coverage/
coverage/*
.nyc_output/
.nyc_output/*
*.log
.idea
*.sw*
yarn.lock
*.tgz
dist/