add android gitignore

This commit is contained in:
Kavish Devar
2024-10-07 22:27:33 +05:30
parent 7c29b701bf
commit f8ad4fc31a
7 changed files with 35 additions and 47 deletions

35
.gitignore vendored
View File

@@ -1,5 +1,40 @@
testing.py
# Android Template
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Log/OS Files
*.log
# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json
# IntelliJ
*.iml
.idea/
misc.xml
deploymentTargetDropDown.xml
render.experimental.xml
# Keystore files
*.jks
*.keystore
# Google Services (e.g. APIs or Firebase)
google-services.json
# Android Profiling
*.hprof
# Python Template