#13585: fix: .gitignore `.tgz` → `*.tgz` glob pattern
stale
Cluster:
Browser Extension Fixes
## Summary
Resubmitting [#12391](https://github.com/openclaw/openclaw/pull/12391) — previous PR was auto-closed when the fork was deleted and recreated.
`.tgz` in `.gitignore` only matches a file literally named `.tgz`. Changed to `*.tgz` so tarballs from `npm pack` are properly ignored.
✍️ Author: Claude Code with @carrotRakko (AI-written, human-approved)
<!-- greptile_comment -->
<h2>Greptile Overview</h2>
<h3>Greptile Summary</h3>
Fixed `.gitignore` pattern from `.tgz` to `*.tgz` so that tarball files generated by `npm pack` are properly ignored. The previous pattern `.tgz` only matched a file literally named `.tgz`, not actual tarball files like `openclaw-1.0.0.tgz`.
<h3>Confidence Score: 5/5</h3>
- This PR is safe to merge with no risk
- The change is a trivial `.gitignore` fix that corrects an obvious mistake in the glob pattern. The pattern `.tgz` without the wildcard would only match a file literally named `.tgz`, not actual npm tarball files like `package-name-1.0.0.tgz`. Changing it to `*.tgz` properly ignores all tarball files as intended.
- No files require special attention
<!-- greptile_other_comments_section -->
<!-- /greptile_comment -->
Most Similar PRs
#9259: Fix: Restore explicit glob patterns in package.json files field
by vishaltandale00 · 2026-02-05
75.8%
#23139: test: fix flaky auth tests when OPENCLAW_GATEWAY_TOKEN is present
by Imccccc · 2026-02-22
75.7%
#21039: Fix npm-spec plugin installs when npm pack output is empty
by graysurf · 2026-02-19
74.6%
#17912: fix: configure git to use HTTPS instead of SSH for GitHub URLs
by MisterGuy420 · 2026-02-16
74.5%
#6235: fix: from source development command
by witcxc · 2026-02-01
73.7%
#11415: Update package.json metadata for npm discoverability
by PythonUser42 · 2026-02-07
73.5%
#17647: fix: Display error messages instead of (no output) for non-Claude m...
by MisterGuy420 · 2026-02-16
73.0%
#11817: fix(build): compile bundled hook handlers into dist
by AnonO6 · 2026-02-08
72.8%
#15852: fix: pass agentId when resolving IRC session paths
by MisterGuy420 · 2026-02-14
72.7%
#16176: Fix Groq TPM limits misidentified as context overflow
by dddabtc · 2026-02-14
72.7%