5925a43c2b
Without a .npmignore, the default is to ignore what's in .gitignore, which includes dist/*.js, which should not be npm-ignored.
10 lines
83 B
Plaintext
10 lines
83 B
Plaintext
node_modules
|
|
.DS_Store
|
|
tmp/**/*
|
|
.idea
|
|
.idea/**/*
|
|
*.iml
|
|
*.sublime-*
|
|
_site
|
|
coverage/
|