Skip to content

Commit 4669748

Browse files
committed
fix(npmignore): added npmignore file
1 parent 55866fa commit 4669748

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Ignore artifacts:
2+
node_modules
3+
build
4+
coverage
5+
.next
6+
.vscode
7+
src/components/green.css
8+
src
9+
/src
10+
/img
11+
img

0 commit comments

Comments
 (0)