This commit is contained in:
zhangjie
2024-03-10 17:02:30 +08:00
2 changed files with 58 additions and 1 deletions

38
.gitignore vendored
View File

@@ -1,4 +1,40 @@
<<<<<<< HEAD
.gradle
.idea
*build
/local.properties
/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
>>>>>>> 7a77889722845af2a90dcc7a3e7fbdee5bc0df10