-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmignore
49 lines (34 loc) · 848 Bytes
/
.npmignore
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Coverage directory used by c8
coverage
# GitHub folder
.github
# Tests
test
dist/test
# Documentation
docs
# Commitlint config - https://commitlint.js.org/
.commitlintrc.json
# ESLint config - https://eslint.org/
eslint.config.js
# ESLint ignore - https://eslint.org/docs/user-guide/configuring#eslintignore
.eslintignore
# husky config - https://github.com/typicode/husky
.husky
# lint-staged config - https://github.com/okonet/lint-staged
.lintstagedrc.json
# Prettier ignore
.prettierignore
# semantic-release config - https://semantic-release.gitbook.io/semantic-release/
.releaserc.json
# Snyk policy file - https://snyk.io/
.snyk
# TypeScript config - https://www.typescriptlang.org/tsconfig
tsconfig.json
# TypeDoc config - https://typedoc.org/
typedoc.json
# Code of Conduct
CODE_OF_CONDUCT.md
# Source files
src/
index.ts