質問 006
### GitHub Copilotから特定のファイルを除外するにはどうすればよいですか?
> https://docs.github.com/en/copilot/managing-copilot/configuring-and-auditing-content-exclusion/excluding-content-from-github-copilot
1. [ ] .gitignoreファイルを編集する
> .gitignoreはgitから除外するためのもので、Copilot用ではありません
1. [x] GitHubのリポジトリ設定に移動し、除外するパスを追加する
1. [ ] Copilot設定ファイルで除外を設定する
1. [ ] ターミナルのコマンドを使う