Skip to content

Commit 67229b1

Browse files
committed
chore(ignore): Update gitignore and npmignore
1 parent aad7d0b commit 67229b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ dist/
88
coverage/
99

1010
# Lock files
11-
package-lock.json
11+
package-lock.json
12+
13+
# NPM Pack sigstore
14+
*.tgz

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ tsconfig.json
66
*.test.d.ts
77
*.ts
88
*.tsx
9+
*.tgz

0 commit comments

Comments
 (0)