Skip to content

Commit 8a6e8d8

Browse files
committed
Update .npmignore
1 parent 6d1f60a commit 8a6e8d8

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.npmignore

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
example/
2-
src/
3-
.editorconfig
1+
/example/
2+
/src/
3+
/.editorconfig
44
node_modules/
5-
tsconfig.json
5+
/tsconfig.json
6+
package-lock.json
67
yarn.lock
7-
.prettierrc
8-
.prettierignore
8+
/.prettierrc
9+
/.prettierignore
910
.gitignore
10-
.editorconfig
11-
.vscode/
12-
CHANGELOG.md
13-
CODE_OF_CONDUCT.md
14-
README.md
15-
Todo.md
11+
/.editorconfig
12+
/.vscode/
13+
/CHANGELOG.md
14+
/CODE_OF_CONDUCT.md
15+
/README.md
16+
/Todo.md
17+
/LICENSE

0 commit comments

Comments
 (0)