Commit d490c96
committed
Scope the screenshot ignore rule to the repository root
The previous "*.png" entry in .gitignore matched every PNG file
anywhere in the tree, including the existing screenshots under
docs/ and the default avatar at assets/default-screenshot.png,
and would have silently dropped any future PNG asset added by a
contributor. Replace it with "/*.png", which only ignores the
ad-hoc Playwright screenshots that land in the repository root
during local front-end development.
Addresses #458 (comment)
Assisted-by: Claude Code:claude-opus-4-71 parent 1e2eaed commit d490c96
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments