Files
m-stecmd/.gitignore
阿猫 e96e92d7ab *
2026-09-03 12:38:16 +08:00

29 lines
436 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/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
# Android Studio / IntelliJ
.idea/
*.iml
*.ipr
*.iws
captures/
.externalNativeBuild/
.cxx/
# 本地环境配置(不进入版本库)
local.properties
# 密钥与签名M7-04SecretKey/SystemCode/keystore 一律不入库)
*.jks
*.keystore
secrets.properties
keystore.properties
# 日志与临时文件
*.log
.DS_Store