Skip to content

Commit

Permalink
perf: Remove unnecessary files from package
Browse files Browse the repository at this point in the history
This adds all files in the repo that aren't essential to the operation of the package to the
`.npmignore`. This will ensure that things like the `.storybook` directory don't get downloaded
everytime somebody adds NES.css to their project.
  • Loading branch information
trezy committed Dec 11, 2018
1 parent 8acab18 commit a495cdf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .npmignore
@@ -1,3 +1,18 @@
node_modules
# User & editor settings
.editorconfig
.prettierignore
.vscode

# Build files
.circleci
.github
.storybook
commitlint.config.js
node_modules

# Documentation files
docs
favicon.ico
index.html
storybook-static
style.css

0 comments on commit a495cdf

Please sign in to comment.