File: .npmignore

package info (click to toggle)
node-microsoft-fast 0~20240320%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,692 kB
  • sloc: javascript: 6,205; makefile: 22; xml: 12
file content (25 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
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
# Tests
dist/dts/__test__/
dist/esm/__test__/
*.spec.*
coverage/

# Source files
src/

# images
images/

# config files
.eslintignore
.eslintrc.js
.mocharc.json
.prettierignore
api-extractor.json
karma.conf.js
rollup.config.js
tsconfig.json

# cache
.rollupcache
temp