1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 17:30:23 +02:00

perf: Remove unnecessary files from package

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.
This commit is contained in:
Trezy
2018-12-11 00:41:29 -06:00
parent 8acab18bfd
commit a495cdf628

View File

@@ -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