반응형
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
- 화면 주시 거리
- navmeshagent
- 유니티 해상도 고정
- 다른 시트값
- ilviewer
- 스프레드시트 사용법
- Ai
- 스프레드 시트
- 백준
- 테크스트림
- Rider
- C#
- 아이폰
- Mac
- unity
- 알고리즘
- git
- 진수 변환기
- 클로드ai
- cmd키 변경
- ilcode
- 라이더
- rider 설치
- navmesh
- 무장cg추가하기
- 스프레드시트
- monocraft
- 유니티
- hailuo ai
- 한달리뷰
Archives
- Today
- Total
목록.gitignore (1)
코스모스 공작소
[git] .gitignore 분석하기
안녕하세요! 저번에는 unity용 gitignore를 만드는 법에 대해 알아보았습니다. 2023.10.22 - [프로그래밍/git] - [git] .gitignore 만들기 그럼 오늘은 작성된 gitignore를 보면서 구성을 파악해 보겠습니다. /name/ # 해당 name디렉토리 이하를 무시 *.확장자 # 확장자를 무시 /name/*/*.확장자 #name 폴더 이하 정의한 확장자 모두 무시 파일명.확장자 # 파일명.확장자로 정의된 파일 무시 * #현재 모든 파일 무시 # Created by https://www.toptal.com/developers/gitignore/api/unity # Edit at https://www.toptal.com/developers/gitignore?templates=u..
프로그래밍/git
2023. 10. 24. 09:45