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

fix: add css to .gitignore and exclude it from .npmignore

This commit is contained in:
Abdallah Samman
2018-12-07 17:19:20 +02:00
parent be5a94ced0
commit 9c19dd1d90
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
node_modules node_modules
.vscode .vscode
css
storybook-static storybook-static

3
.npmignore Normal file
View File

@@ -0,0 +1,3 @@
node_modules
.vscode
storybook-static