Skip to content

Commit

Permalink
Use .nmpignore to remove files from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskhandlarn committed May 27, 2021
1 parent 4abad79 commit ac66b0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 217 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
* text=auto

/.editorconfig export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/README.md export-ignore
/russell.jpg export-ignore
215 changes: 0 additions & 215 deletions .gitignore

This file was deleted.

4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.editorconfig
.gitattributes
README.md
russell.jpg

0 comments on commit ac66b0e

Please sign in to comment.