mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-18 11:46:28 -04:00
55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
# Meshtastic Android - GitHub Copilot Ignore List
|
|
# This saves context window tokens and prevents Copilot from hallucinating off of minified code.
|
|
|
|
# ── Build & Generated ─────────────────────────────────────────────────────────
|
|
**/build/**
|
|
.gradle/
|
|
.kotlin/
|
|
**/generated/**
|
|
.cxx/
|
|
.externalNativeBuild/
|
|
|
|
# ── IDE & Environment ─────────────────────────────────────────────────────────
|
|
.idea/
|
|
.run/
|
|
.claude/
|
|
.gemini/
|
|
.jdk
|
|
local.properties
|
|
secrets.properties
|
|
*.jks
|
|
.DS_Store
|
|
|
|
# ── Agent Artifacts (Large volumes of logs/images) ───────────────────────────
|
|
.agent_artifacts/
|
|
# Note: .agent_plans/ is NOT ignored to maintain implementation context.
|
|
.agent_refs/
|
|
tmp/
|
|
*.log
|
|
|
|
# ── Binary Assets & Media ─────────────────────────────────────────────────────
|
|
**/*.png
|
|
**/*.jpg
|
|
**/*.jpeg
|
|
**/*.webp
|
|
**/*.svg
|
|
**/*.ico
|
|
**/*.gif
|
|
**/*.mp3
|
|
**/*.wav
|
|
**/*.ogg
|
|
**/*.pdf
|
|
**/*.ttf
|
|
**/*.otf
|
|
**/*.jar
|
|
**/*.aar
|
|
**/*.apk
|
|
|
|
# ── External & Submodules ─────────────────────────────────────────────────────
|
|
core/proto/
|
|
|
|
# ── Resources ────────────────────────────────────────────────────────────────
|
|
# Ignore translations (reduces churn and indexing tokens)
|
|
**/values-*/strings.xml
|
|
**/composeResources/**/values*/*.xml
|