Skip to content

Commit 4319b12

Browse files
committed
fix: šŸ› cleanup distribution
1 parent b402d88 commit 4319b12

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

ā€Ž.npmignore

+9-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ test
1010

1111
# configs
1212
tsconfig.json
13-
tslint.json
14-
jasmine.json
13+
.eslintrc
14+
.releaserc
15+
jest.config.js
16+
commitlint.config.js
17+
sonar-project.properties
1518

1619
# idea
1720
.idea
1821
*.iml
1922

2023
# ci
2124
.circleci
25+
26+
# integration tests
27+
itest
28+
coverage

0 commit comments

Comments
Ā (0)