안드로이드 Gradle 빌드 폴더 git 추적 제외

- android/build/ 아래 자동생성 리포트(HTML)가 실수로 커밋되어 있던 것을 제거
- .gitignore에 android/**/build/, ios/**/build/ 추가해서 재발 방지
  (Gitea 언어 통계가 HTML 위주로 잘못 표시되던 원인)
This commit is contained in:
2026-08-05 15:07:10 +09:00
parent 29e319110c
commit 26d143d713
2 changed files with 4 additions and 663 deletions
+4
View File
@@ -43,3 +43,7 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
# Gradle build output (실수로 커밋되면 리포트 HTML 등 큰 파일이 섞여 들어옴)
android/**/build/
ios/**/build/
File diff suppressed because one or more lines are too long