Add Android project ignore rules

This commit is contained in:
ajp_anton
2026-07-23 07:27:54 +00:00
commit 591a3b993c
+22
View File
@@ -0,0 +1,22 @@
# Private project roadmap and local validation artifacts
/project.md
/local/
/local.properties
# Gradle and Android build output
/.gradle/
/.gradle-tmp/
/build/
/*/build/
/.externalNativeBuild/
/.cxx/
/captures/
# IDE and OS files
*.iml
/.idea/
.DS_Store
# Generated logs and caches
*.log
__pycache__/