What is the correct way to exclude specific files from being used by GitHub Copilot Business during code suggestions?
Modify the .gitignore file to include the specific files.
Add the specific files to a copilot.ignore file.
Use the GitHub Copilot settings in the user interface to exclude files.
Rename the files to include the suffix _no_copilot.
Submit