Commit 84060fb
authored
fix: exclude .patchloom/ from git tracking and VSIX package (#121)
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>1 parent 3be2018 commit 84060fb
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments