Skip to content

Commit 6b372d6

Browse files
authored
Merge pull request #167 from nostalgic-css/slim-npm-package
Slim down our npm package
2 parents 8acab18 + a495cdf commit 6b372d6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.npmignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
node_modules
1+
# User & editor settings
2+
.editorconfig
3+
.prettierignore
24
.vscode
5+
6+
# Build files
7+
.circleci
8+
.github
9+
.storybook
10+
commitlint.config.js
11+
node_modules
12+
13+
# Documentation files
14+
docs
15+
favicon.ico
16+
index.html
317
storybook-static
18+
style.css

0 commit comments

Comments
 (0)