我在运行时得到一个大约 10 个错误的列表,类似于以下 oen
git push origin master
:remote: error: File android/java_pid60072.hprof is 564.94 MB; this exceeds GitHub's file size limit of 100.00 MB
从这篇文章我将
*.hprof
添加到我的.gitignore文件中。然后我做了一些额外的编辑,做了一个提交,它仍然产生了这个错误列表。
为什么我的构建可能无法忽略 hprof 文件?这是我的 .gitignore 的相关部分:
# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
*.hprof