Initial commit: Android题库APP - Jetpack Compose + Retrofit
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
local.properties
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Android
|
||||
captures/
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
|
||||
# 忽略构建产物,但保留output目录下的发布包
|
||||
app/build/
|
||||
*.ap_
|
||||
*.dex
|
||||
*.class
|
||||
|
||||
# 保留发布APK(不忽略output目录)
|
||||
!output/
|
||||
!output/**
|
||||
|
||||
# 签名文件(敏感信息)
|
||||
*.jks
|
||||
*.keystore
|
||||
.signing/
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
*.hprof
|
||||
Reference in New Issue
Block a user