Skip to content

chore: gitignore npm pack tarballs#67

Merged
2witstudios merged 1 commit into
mainfrom
chore/gitignore-tarballs
Jun 22, 2026
Merged

chore: gitignore npm pack tarballs#67
2witstudios merged 1 commit into
mainfrom
chore/gitignore-tarballs

Conversation

@2witstudios

@2witstudios 2witstudios commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Prevents accidentally committing npm pack artifacts (*.tgz) to git. Tiny hygiene fix ahead of the distribution work.

  • *.tgz added to .gitignore

Summary by CodeRabbit

  • Chores
    • Updated repository build artifacts configuration.

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 584ad254-cf75-4c70-a14f-bb362d128564

📥 Commits

Reviewing files that changed from the base of the PR and between 95ae3ad and 880558e.

📒 Files selected for processing (1)
  • .gitignore

📝 Walkthrough

Walkthrough

A single ignore rule for *.tgz files is added to .gitignore at line 18. No other files or patterns are modified.

Changes

*Ignore .tgz files

Layer / File(s) Summary
*Add .tgz ignore entry
.gitignore
Appends a *.tgz pattern to prevent tarball archive files from being tracked by Git.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

🐇 A tiny hop, a single line,
No .tgz shall cross the vine,
The archive lurks but cannot stay,
The rabbit swept it clean away!
✨ One rule to keep the repo neat~

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: adding npm pack tarball ignore rules to .gitignore.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/gitignore-tarballs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@2witstudios 2witstudios merged commit 940989b into main Jun 22, 2026
1 of 2 checks passed
@2witstudios 2witstudios deleted the chore/gitignore-tarballs branch June 22, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant