mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-01-17 13:48:13 +01:00
a495cdf628
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.
19 lines
219 B
Plaintext
19 lines
219 B
Plaintext
# 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
|