Skip to content

Commit 135bb05

Browse files
committed
docs(readme): note that scripts/ is gitignored and requires --force
scripts/ is in .gitignore. Add a note next to the protect-master.sh usage reminding that scripts must be staged with git add --force.
1 parent a876318 commit 135bb05

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ dist-ssr
2525

2626
archives
2727
scripts
28+
coverage

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ Force pushes and branch deletion are blocked. To apply or re-apply protection:
166166
bash scripts/protect-master.sh
167167
```
168168

169+
> **Note:** `scripts/` is gitignored. Add scripts explicitly with `git add --force scripts/`.
170+
169171
### Dependabot
170172

171173
Dependencies are updated weekly (Monday 08:00 Sofia time). Patch and minor updates are grouped into a single PR per ecosystem and auto-merged once CI passes. Major bumps require manual review.

0 commit comments

Comments
 (0)