Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .copilotignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Repo-specific Copilot exclusions
# Note: .env exclusions are managed at org level.
# Core source folders (lib/, test/, config/) are intentionally included.

# Test fixture with hardcoded CAP XML body - avoids Copilot suggesting literal XML
config/cap.json

# Historical release notes - no coding value for indexing
docs/

# Dependency directory
node_modules/
Loading