Default code

This commit is contained in:
Mariano Riefolo 2024-02-21 16:07:08 +01:00
parent 342f2f9fce
commit 3b8372cf93

36
.gitignore vendored
View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
*.iml
.gradle
/local.properties
@ -13,3 +14,38 @@
.externalNativeBuild
.cxx
local.properties
=======
# 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
>>>>>>> 968054a (Default code)