mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-14 09:46:48 -04:00
chore: optimize AI agent context and implement CI cost controls (#5335)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Mark only generated/derived XML as linguist-generated to reduce Copilot PR summary costs.
|
||||
# Hand-edited resources (layouts, string values) are intentionally excluded so they remain
|
||||
# visible in diffs and code review.
|
||||
**/composeResources/**/values-*/*.xml linguist-generated=true
|
||||
.skills/compose-ui/strings-index.txt linguist-generated=true
|
||||
|
||||
# Ensure assets are treated as binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.webp binary
|
||||
*.mp3 binary
|
||||
*.wav binary
|
||||
*.ogg binary
|
||||
Reference in New Issue
Block a user