Noted by the review of #360. Pre-existing on next, unrelated to that PR.
.prettierignore:5 carries an entry for an AI vendor's tool directory. It is the only such string in the tree, and repo policy is that no such reference appears anywhere in the repository.
Definition of done
The entry is removed.
Confirm nothing then fails: if the directory is not tracked, the ignore line is inert and removing it changes nothing. If it IS tracked, say so rather than removing it silently — that is a different problem.
make check green, make fmt-check clean.
Noted by the review of https://git.eeqj.de/sneak/AutistMask/pulls/360. Pre-existing on `next`, unrelated to that PR.
`.prettierignore:5` carries an entry for an AI vendor's tool directory. It is the only such string in the tree, and repo policy is that no such reference appears anywhere in the repository.
## Definition of done
- [ ] The entry is removed.
- [ ] Confirm nothing then fails: if the directory is not tracked, the ignore line is inert and removing it changes nothing. If it IS tracked, say so rather than removing it silently — that is a different problem.
- [ ] `make check` green, `make fmt-check` clean.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Noted by the review of #360. Pre-existing on
next, unrelated to that PR..prettierignore:5carries an entry for an AI vendor's tool directory. It is the only such string in the tree, and repo policy is that no such reference appears anywhere in the repository.Definition of done
make checkgreen,make fmt-checkclean.