티스토리 뷰
일단 gitignore 파일을 적용하게 되면 해당 파일들을 무시할 수 있게 됩니다.
하지만 push를 먼저 하고 나중에 수정한다고 해서 적용이 되지 않는데요
방법은 있습니다.
일단 .gitignore 파일을 제대로 고쳐둡니다.
그리고 이 파일을 remote에 push 하도록 하겠습니다.
이렇게 하고 remote에 있는 파일을 지워 버려야 합니다.
$ git rm -r --cached .
$ git add .
$ git commit -m "apply gitignore"
$ git push
참고로 저는 cocoapods project를 하다가 /Pods 폴더를 올려두어서 문제가 되어서 이걸 삭제 하였습니다.
.gitignore 파일에 하단에 이런걸 추가합니다.
# Cocoapods
Pods/
처음에 세팅할때 ignore 하도록 합시다
'Version Control' 카테고리의 다른 글
Disable User Sign Up for GitLab. GitLab 가입하기 화면 없애기 (0) | 2020.03.15 |
---|---|
Install and Configure GitLab on CentOS8 (0) | 2020.03.15 |
git. Adding client public key to the git server. (0) | 2020.02.15 |
git. Configure git server with SSH on CentOS 8 (0) | 2020.02.15 |
git. error: src refspec master does not match any. (0) | 2020.02.15 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Linux
- windows10
- centos8
- Codable
- android
- Python
- Java
- war
- Kotlin
- cocoapods
- docker
- golang
- SWIFT
- ubuntu
- nodejs
- tomcat
- intellij
- git
- php
- ios
- rxswift
- Windows
- CentOS
- go
- github
- Xcode
- enum
- Gradle
- MySQL
- Spring
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함