Add Android project ignore rules
This commit is contained in:
+22
@@ -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__/
|
||||||
Reference in New Issue
Block a user