fix(repo): harden .gitignore to also ignore a _tasks symlink (/_tasks)

This commit is contained in:
diegosouzapw
2026-08-08 01:20:35 -03:00
parent acfb844852
commit fd0e8da8ff

4
.gitignore vendored
View File

@@ -265,3 +265,7 @@ docker-compose.yml.bak
# output/**/.playwright-cli/ (covered above), but anything written directly to
# output/ would otherwise show up as untracked.
/output/
# _tasks e um repo git SEPARADO (ver AGENTS.md). _tasks/ (com barra) NAO ignora um
# SYMLINK _tasks; /_tasks (ancorado) cobre symlink/dir na raiz (incidente 2026-08-08).
/_tasks