mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
27 lines
573 B
Text
27 lines
573 B
Text
# Ignore build artifacts and generated files from Copilot indexing
|
|
# This saves context window tokens and prevents Copilot from hallucinating off of minified code.
|
|
|
|
# Build directories
|
|
**/build/**
|
|
.gradle/
|
|
.idea/
|
|
|
|
# Android generated files
|
|
**/generated/**
|
|
.cxx/
|
|
.externalNativeBuild/
|
|
|
|
# Git history & worktrees
|
|
.git/
|
|
.worktrees/
|
|
|
|
# Protobuf (Prevents Copilot from suggesting raw protobuf byte buffers)
|
|
core/proto/
|
|
|
|
# Environment and secrets
|
|
local.properties
|
|
secrets.properties
|
|
*.jks
|
|
|
|
# Agent References (Prevents pollution of project space with external code)
|
|
.agent_refs/
|