Replies: 1 comment 1 reply
-
|
This feature is already being tracked by this feature request. Please upvote that issue (add a thumbs-up reaction). We generally prioritize new features based on reactions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great to have a way to reference files (using
@) that are.gitignored..gitignorejust means you don’t want to commit a file—not that you can’t reference or use it.A typical use case would be when Codex needs to look up the implementation of a function or a type in a library, which is likely to be
.gitignored. You could point it to the file to make everyone's life much easier.I think this could probably be handled in tandem with #2847 , when
.codexignoreor.agentignoreis implemented.For example, Gemini has
respectGitignoreandrespectGeminiIgnoresettings, so that. geminiignored files can be obscured while.gitignored files can be referenced.Beta Was this translation helpful? Give feedback.
All reactions