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 |
Tags
- cloudstation
- truncated
- java.net.bindexception
- 주석 숨김
- linearlaout
- clp 325wk
- Eclipse
- setonkeylistener
- SSL 인증서가 변경되었습니다
- IntelliJ
- SetWindowTextW
- audio station버그
- windows terminal
- 이클립스 주석
- synology
- quickconnect
- formatting failed
- 라즈베리파이
- cloud station
- 시놀로지 색인
- Linux
- github
- MFC
- ds cloud
- 장치 데이터 오류
- git
- c++
- JSON
- urllib3
- Wraith Spire
Archives
- Today
- Total
목록gitignore (1)
딸기스무디
.gitignore을 사용하면 git을 commit할때 쓸모없는 파일까지 같이 포함되어서 발생하는 오류를 방지할 수 있습니다. .gitignore파일 생성하기 .gitignore파일은 직접 만들어도되지만 https://gitignore.io/ 에서 사용하는IDE와 언어를 선택해서 쉽게 만들수있습니다. *생성된 내용 creating a new file로 이동하여 https://gitignore.io/에서 생성한 내용을 사용한 파일을 만듭니다. *.gitignore파일은 최상단에 위치하도록 하는것이 좋습니다. 붙여넣기가 완료되면 commit new file을 클릭하여 파일을 생성합니다 .gitignore 사용전 .classpath나 .project처럼 필요없는 파일도 포함되어있습니다. .gitignore 사..
Git
2019. 3. 11. 00:00