Commit c11ecc9
committed
fix(repo): Correct whitelist pattern to deny all globally
Change /* to * in .gitignore to properly implement whitelist approach.
The /* pattern only denies root-level items, allowing subdirectory
files to be tracked. The * pattern correctly denies all files and
directories throughout the repository, ensuring true whitelist
behaviour where only explicitly allowed files are tracked.
Signed-off-by: Marjo van Lier <marjo.vanlier@gmail.com>1 parent 6c3fa09 commit c11ecc9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments