Skip to content

fix: exclude .patchloom/ from git tracking and VSIX package#121

Merged
patchloom-release[bot] merged 1 commit into
mainfrom
fix/gitignore-patchloom-dir
Jun 7, 2026
Merged

fix: exclude .patchloom/ from git tracking and VSIX package#121
patchloom-release[bot] merged 1 commit into
mainfrom
fix/gitignore-patchloom-dir

Conversation

@SebTardif

Copy link
Copy Markdown
Contributor

Summary

The .patchloom/backups/ directory is created by the Patchloom CLI during testing and normal use. Without these exclusions:

  • git status shows untracked .patchloom/ for anyone running tests locally
  • vsce package bundles 70 backup files (8 KB) into the published VSIX, shipping test artifacts to users

Changes

  • .gitignore: add .patchloom/
  • .vscodeignore: add .patchloom/**

Verification

  • npm run check passes (242 tests, 80.33% coverage, package builds)
  • VSIX drops from 123 files / 393 KB to 53 files / 366 KB
  • git status no longer shows .patchloom/ as untracked

Refs #119

The .patchloom/backups/ directory is created by the CLI during testing
and normal use. Without these exclusions:

- git status shows untracked .patchloom/ for anyone running tests locally
- vsce package bundles 70 backup files (8 KB) into the published VSIX

Add .patchloom/ to both .gitignore and .vscodeignore.

Refs #119

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
@patchloom-release patchloom-release Bot enabled auto-merge (squash) June 7, 2026 18:14
@patchloom-release patchloom-release Bot merged commit 84060fb into main Jun 7, 2026
19 checks passed
@patchloom-release patchloom-release Bot deleted the fix/gitignore-patchloom-dir branch June 7, 2026 18:17
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