Files
tiku_andriod/.gitignore
爱喝水的木子 98fc3ff879
Some checks failed
Build and Release APK / build (push) Has been cancelled
Build and Release APK / release (push) Has been cancelled
Initial commit: Android题库APP - Jetpack Compose + Retrofit
2026-04-01 18:32:18 +08:00

39 lines
392 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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