>

상세 컨텐츠

본문 제목

[플러터] git 설정이 꼬였을 때, 완전 초기화!

7. 봉드로이드_개발공부

by 마켓플레이어, 마케터 봉 2025. 10. 15. 12:15

본문

[상황1] 용량이 커서 못올릴 때

# Flutter/Dart
.dart_tool/
.packages
build/
.pub-cache/

# iOS/Xcode
ios/DerivedData*/
ios/**/Build*/
ios/**/BuildProductsPath/
ios/**/Index.noindex/
**/*.dSYM/
**/*.xcindex/
*.mdb

# Flutter iOS
ios/Flutter/
ios/.symlinks/
ios/Pods/

# Android build
android/**/build/

git 이력 완전 초기화

rm -rf .git
반응형

관련글 더보기