build: add consumer-rules.pro and untrack local.properties

consumer-rules.pro was referenced in all modules but never committed;
Gradle fails if the declared proguard file doesn't exist on disk.
local.properties is machine-specific (sdk.dir) and must not be in VCS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
XuqmGroup 2026-04-29 16:02:57 +08:00
父节点 a1614840e5
当前提交 19b389856f
共有 6 个文件被更改,包括 1 次插入8 次删除

1
.gitignore vendored
查看文件

@ -12,3 +12,4 @@ build/
# Sentry Config File
sentry.properties
/.gradle-home/
local.properties

查看文件

@ -1,8 +0,0 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Wed Apr 22 12:00:36 CST 2026
sdk.dir=/Users/xuqinmin/Library/Android/sdk

查看文件

0
sdk-im/consumer-rules.pro 普通文件
查看文件

查看文件

查看文件