Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 런치 스크린
- 스토리보드
- 알뜰폰
- SWIFT
- 레이아웃 사이클
- exit()
- 아이폰
- IOS
- 세븐모바일
- viewDidAppear
- loadView
- 스크롤 인디케이터
- viewcontroller
- 스위프트
- 뷰컨
- FeedbackGenerator
- refreshControl
- do try catch
- git
- without Storyboard
- swift haptic
- scroll indicator
- 클로저
- 깃헙
- indicator style
- 이니셜라이저
- viewDidDisappear
- 우아한 앱종료
- graceful termination
- viewWillDisappear
Archives
- Today
- Total
목록vi에디터 (1)
예거's Bicycle for the mind
[Git] .gitignore 에 특정 파일 추가하는 방법 (UserInterfaceState.xcuserstate 파일 Tracking 제외하기)
1️⃣ 혹시 레포에 .gitignore 파일이 없다면? 깃헙에서 레포를 처음 만들 때 "Add .gitignore" 에 체크하고, template 로 Swift 를 선택했다면 문제가 없다. 아래 캡처를 보면, 기본적으로 만들어지는 .gitignore 파일 내부에 "xcuserdata/" 가 포함되어 있기 때문이다. 하지만 혹시나, 깃헙 레포를 만들 때 .gitignore 를 빼먹었다면? 🤔 그래서 UserInterfaceState.xcuserstate 파일 같이 뭔지 모를 파일이 자꾸 터미널에서 Tracking 따라다니며 괴롭힌다면...? https://www.toptal.com/developers/gitignore gitignore.io Create useful .gitignore files for y..
Git & Github
2021. 11. 8. 23:42