Skip to content

Commit aa6cc8c

Browse files
committed
update .gitignore and .npmignore
1 parent 0e6d610 commit aa6cc8c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
/utils.js
77
/utils.d.ts
88
/utils.js.map
9+
pnpm-lock.yaml

.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
node_modules
2+
.gitignore
23
.DS_Store
4+
package-lock.json
5+
/pnpm-lock.yaml
6+
/readme.ts
7+
/utils.ts
8+
/tsconfig.json

0 commit comments

Comments
 (0)