.copilotignore support #10305
Replies: 18 comments 34 replies
-
Beta Was this translation helpful? Give feedback.
-
Curious about this as well. Came from https://github.com/orgs/community/discussions/11254 |
Beta Was this translation helpful? Give feedback.
-
Copilot Chat seems to think that And VS Code - Insiders detects the file and gives it its own icon: But cannot confirm if it is really doing something. |
Beta Was this translation helpful? Give feedback.
-
@neverbot it does not work. |
Beta Was this translation helpful? Give feedback.
-
Any update on when this will be supported ? |
Beta Was this translation helpful? Give feedback.
-
Seems to be working now :) |
Beta Was this translation helpful? Give feedback.
-
Any update about this? |
Beta Was this translation helpful? Give feedback.
-
Any news about this? |
Beta Was this translation helpful? Give feedback.
-
Since I am subscribed to this issue and use the Vim version of Copilot, I asked ChatGPT about this: https://chat.openai.com/share/bae6b22c-31f1-435f-aac0-05812fbe7c73 Maybe there is an equivalent plugin for VSCode? |
Beta Was this translation helpful? Give feedback.
-
Anyone know when this feature will be available in GA ? |
Beta Was this translation helpful? Give feedback.
-
A first answer during GitHub Universe 2023 : https://docs.github.com/en/copilot/managing-copilot-business/configuring-content-exclusions-for-github-copilot |
Beta Was this translation helpful? Give feedback.
-
This same discussion is going on for IntelliJ as well, and possibly other AI solutions. I would like to plead with the powers that be that you all get on the same page and create a proper standard for this. Not specifically a .SOMEIDEAI-ignore file. Can we please just create a |
Beta Was this translation helpful? Give feedback.
-
This is my way of implementing |
Beta Was this translation helpful? Give feedback.
-
I would like to request a feature to be able to restrict the copilot chat feature from accessing certain files. Currently, in order to comply with my organization rules about perserving sensetive data we're required to remove it manually before using the chat functionality which causes alot of friction. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Reading https://docs.github.com/en/copilot/managing-github-copilot-in-your-organization/configuring-content-exclusions-for-github-copilot it seems to be supported only for GH repositories and Business plans If my repository/workspace is not hosted on GH : it is a git clone of a Gitlab repo, it also may be a simple folder, with no source control versioning enabled : will the Copilot plugin, on VScode/vim/intelliJ honor the .copilotignore file ? |
Beta Was this translation helpful? Give feedback.
-
IMO, rather than going Because now one needs to set up separate dev environment to workaround this failure of Copilot to ignore separate repositories, which is just super annoying. |
Beta Was this translation helpful? Give feedback.
-
Wanted to add my 2 cents. I know https://docs.github.com/en/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot exists, but that is not enough. I want a clear way of saying to GitHub Copilot that this is the whitelist/blacklist of files you're allowed/not allowed to read. Not some web settings for GitHub repositories (what about other non-GitHub repos I have on my device?), and available for all Copilot users, not just enterprise. |
Beta Was this translation helpful? Give feedback.
-
Too much discussion about GitHub Copilot telemetry for internal projects, and I want to use Copilot for internal projects too, such as Makefile, Shell scripts, some unit tests etc, and they are not sensitive, and Copilot can save my life to edit these files.
Lots of ignore files now, for example:
How about to introduce .copilotignore file, and GitHub Copilot plugin will ignore these files for AI assistance to avoid telemetry problem.
Beta Was this translation helpful? Give feedback.
All reactions