Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit 73da6f0

Browse files
committedMay 21, 2019
npmignore docs and other unnecessary files
1 parent a18f87b commit 73da6f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.next
22
node_modules
3-
public/build
3+
package-lock.json
44
yarn.lock

‎.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
docs
2+
node_modules
3+
.next
4+
package-lock.json
5+
yarn.lock

0 commit comments

Comments
 (0)
This repository has been archived.