Skip to content

Commit

Permalink
add git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlind committed Jul 26, 2022
1 parent 000183b commit 68e00bd
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,35 @@
.externalNativeBuild
.cxx
local.properties


# Gradle files
.gradle/
build/


# Log/OS Files
*.log

# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json

# IntelliJ
.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

0 comments on commit 68e00bd

Please sign in to comment.