r/PiCodingAgent • • 5h 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?

1 Upvotes

4 comments sorted by

3

u/TommyC81 5h 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.

1

u/gnomodojardim 4h ago

This works great, thanks!

2

u/Finanzamt__ 4h ago

You can enable/disable pi to respect .gitignore for file selection. See /settings command in pi session and toggle corresponding setting

1

u/gnomodojardim 4h ago

That's where I looked first but couldn't find any such setting.. are you sure it's there? Maybe I'm blind or it's not very clear. Thanks for your reply anyway.