You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
/gradle/wrapper/gradle-wrapper.properties
|
|
|
|
|
##----------Android----------
|
|
|
|
|
# build
|
|
|
|
|
*.apk
|
|
|
|
|
*.ap_
|
|
|
|
|
*.dex
|
|
|
|
|
*.class
|
|
|
|
|
bin/
|
|
|
|
|
gen/
|
|
|
|
|
build/
|
|
|
|
|
|
|
|
|
|
# gradle
|
|
|
|
|
.gradle/
|
|
|
|
|
gradle-app.setting
|
|
|
|
|
!gradle-wrapper.jar
|
|
|
|
|
build/
|
|
|
|
|
|
|
|
|
|
local.properties
|
|
|
|
|
|
|
|
|
|
##----------idea----------
|
|
|
|
|
*.iml
|
|
|
|
|
.idea/
|
|
|
|
|
*.ipr
|
|
|
|
|
*.iws
|
|
|
|
|
|
|
|
|
|
# Android Studio Navigation editor temp files
|
|
|
|
|
.navigation/
|
|
|
|
|
|
|
|
|
|
##----------Other----------
|
|
|
|
|
# osx
|
|
|
|
|
*~
|
|
|
|
|
.DS_Store
|
|
|
|
|
gradle.properties
|
|
|
|
|
*.gh
|
|
|
|
|
Redis源码分析的内容暂时现放在这个模块下,等中间件的内容多了,再将项目分成框架和中间件两大模块
|
|
|
|
|
.vscode
|