Skip to content

Commit d2c65d8

Browse files
committed
chore: add *.tgz pattern to .gitignore
Add **/*.tgz to .gitignore to prevent accidental commits of package tarballs during testing. This standardizes the pattern across all Socket repositories.
1 parent eee8cf4 commit d2c65d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Thumbs.db
2424
.#*
2525
**/.cache
2626
**/node_modules
27+
**/*.tgz
2728
**/*.tmp
2829
**/*.tsbuildinfo
2930
/dist

0 commit comments

Comments
 (0)