Skip to content

Commit 0099faa

Browse files
Correct the NPM Ignore Config
Fix the configuration for the npm ignore so that it actually does ignore the correct files.
1 parent b9cfea1 commit 0099faa

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/.npmignore

Whitespace-only changes.

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Project files, only the built runtime files should be published
2+
/src
3+
/test
4+
bin/test
5+
.vscode
6+
.github
7+
*.code-workspace
8+
tsconfig.json

.vscode/.npmignore

Whitespace-only changes.

src/.npmignore

Whitespace-only changes.

0 commit comments

Comments
 (0)