Question 006
### How can you exclude specific files from GitHub Copilot?
> https://docs.github.com/en/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot
1. [ ] Editing the file .gitignore
> .gitignore is used to exclude the file from git, not copilot
1. [x] Browsing to the repository settings on GitHub and adding the paths to exclude
1. [ ] Configuring exclusions in the Copilot configuration file
1. [ ] Using a command in the terminal