Skip to content

Commit a69c88d

Browse files
committed
Add a .npmignore
Exclude some files from the distributed package that aren't necessary to run the program, or helpful to end users to have with their specific install.
1 parent ef2a7fd commit a69c88d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Remove some files from the released version
2+
.npmignore
3+
.gitignore
4+
.gitattributes
5+
.github_changelog_generator

0 commit comments

Comments
 (0)