Skip to content

Commit 7f6c013

Browse files
committed
Add files config, logs to gitignore.
1 parent 6ca06d4 commit 7f6c013

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
lib
3+
*.log

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"license": "MIT",
8+
"files": ["lib"],
89
"scripts": {
910
"build": "tsc",
1011
"prepublish": "npm run build"

0 commit comments

Comments
 (0)