chore(gitignore): ignore npm package artifacts
Add *.tgz and *.tar.gz to gitignore to prevent npm pack artifacts from being committed. These generated files should not be tracked in version control.
This commit is contained in:
parent
b38742e86c
commit
04e5001e42
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -13,6 +13,10 @@ yarn-error.log*
|
|||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# Package artifacts
|
||||
*.tgz
|
||||
*.tar.gz
|
||||
|
||||
# Coverage directory
|
||||
/coverage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue