File: .gitignore

package info (click to toggle)
node-mqtt 4.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,948 kB
  • sloc: javascript: 7,764; xml: 104; sh: 64; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
node_modules
certs/*
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
npm-debug.log
dist/
yarn.lock
coverage
.nyc_output
.idea/*
test/typescript/.idea/*
test/typescript/*.js
test/typescript/*.map
# VS Code stuff
**/typings/**
**/.vscode/**