2019-05-09 19:43:06 +08:00
|
|
|
/gradle/wrapper/gradle-wrapper.properties
|
2023-09-01 12:07:29 +08:00
|
|
|
|
2019-05-09 19:43:06 +08:00
|
|
|
##----------Android----------
|
|
|
|
*.apk
|
|
|
|
*.ap_
|
|
|
|
*.dex
|
|
|
|
*.class
|
|
|
|
bin/
|
|
|
|
gen/
|
|
|
|
build/
|
|
|
|
out/
|
2023-09-01 12:07:29 +08:00
|
|
|
|
|
|
|
# Ignoring Gradle build artifacts and project files
|
|
|
|
##----------Gradle----------
|
2019-05-09 19:43:06 +08:00
|
|
|
.gradle/
|
|
|
|
gradle-app.setting
|
|
|
|
!gradle-wrapper.jar
|
|
|
|
build/
|
2023-09-01 12:07:29 +08:00
|
|
|
|
|
|
|
# Ignoring Maven build artifacts and project files
|
|
|
|
##----------Maven----------
|
2021-11-12 14:59:36 +08:00
|
|
|
*.classpath
|
|
|
|
*.project
|
|
|
|
*.settings
|
|
|
|
/target/
|
2019-05-09 19:43:06 +08:00
|
|
|
local.properties
|
2023-09-01 12:07:29 +08:00
|
|
|
|
|
|
|
# Ignoring IntelliJ IDEA project files and configurations
|
|
|
|
##----------IDEA----------
|
2018-11-14 01:15:47 +08:00
|
|
|
*.iml
|
2019-05-09 19:43:06 +08:00
|
|
|
.idea/
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
2023-09-01 12:07:29 +08:00
|
|
|
|
|
|
|
# Ignoring Android Studio Navigation editor temporary files
|
2019-05-09 19:43:06 +08:00
|
|
|
.navigation/
|
2023-09-01 12:07:29 +08:00
|
|
|
|
|
|
|
# Ignoring common system and editor-generated files
|
2019-05-09 19:43:06 +08:00
|
|
|
##----------Other----------
|
|
|
|
*~
|
|
|
|
.DS_Store
|
|
|
|
gradle.properties
|
2019-10-28 02:44:06 +08:00
|
|
|
.vscode
|
2021-11-12 14:59:36 +08:00
|
|
|
*.log
|