Skip to content

Commit 39a99f0

Browse files
npm package generation
1 parent 809509b commit 39a99f0

File tree

5 files changed

+1169
-216
lines changed

5 files changed

+1169
-216
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
# production
1313
/build
14+
/dist
1415

1516

1617
# misc

.npmignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/build
2+
/node_moudles
3+
/public
4+
/src
5+
.gitignore
6+
create-react-app-readme.md
7+
package-lock.json
8+
yarn.lock
9+
.vscode
10+
*.log

0 commit comments

Comments
 (0)