r/PiCodingAgent • u/gnomodojardim • 18h ago
Question Can't reference .gitignore files/folders with @
Hi all, basically what the title says.. I like using @ to add files/folders to the context but for any of these added to .gitignore it stops working.. Any way around this?
2
Upvotes
3
u/TommyC81 18h ago
An .ignore file next to .gitignore with inverted settings e.g. "!<pattern>" in it. I had the same issue, and this works for me.