Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 7ba0010

Browse files
committed
chore: update NPM ignore
1 parent 500df15 commit 7ba0010

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

.npmignore

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
1-
/test
2-
.nyc_output
3-
.env
4-
.env.*
5-
!.env.dist
6-
.jshintrc
7-
.prettierignore
8-
.editorconfig
9-
/.github
10-
/.dependabot
11-
/.jshintignore
12-
/src
13-
/*.log
14-
/*.nlp
15-
/migrations
16-
/tsconfig.json
17-
/*.ts
18-
/coverage.lcov
19-
/data
20-
/*.log
21-
/*.nlp
1+
*
2+
!/dist/src/**
3+
!/dist/migrations/**
4+
!/dist/utils/**
5+
!/dist/*
6+
!/bin/**
7+
!/.env.dist
8+
!/package.json
9+
!/README.md
10+
!/LICENSE
11+
!/CHANGELOG.md

0 commit comments

Comments
 (0)