移除历史中的APK文件,更新gitignore
- 从git历史中清除153MB的APK文件 - gitignore新增 *.apk *.aab *.ipa Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a89d23b43c
commit
5594035dc1
5
.gitignore
vendored
5
.gitignore
vendored
@ -43,3 +43,8 @@ yarn-error.*
|
|||||||
# python
|
# python
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
||||||
|
# Build outputs
|
||||||
|
*.apk
|
||||||
|
*.aab
|
||||||
|
*.ipa
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user