FSR-1633 | added copilot exclusions#104
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Adds a repository-level .copilotignore to prevent GitHub Copilot from indexing/suggesting content from selected non-source or low-signal files in this project.
Changes:
- Introduced
.copilotignorewith repo-specific exclusions. - Excluded
package-lock.json,config/cap.json(fixture), anddocs/(historical release notes) from Copilot indexing.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pwadmore-ea
left a comment
There was a problem hiding this comment.
I don't think package-lock.json has been excluded in other Node.js repositories so I don't see why this repository should be an exception. I won't request changes formally but suggest that package-lock.json is excluded.
If in agreement I suggest @nikiwycherley approves the pull request following the change.
|



No description provided.