Recent Posts
Recent Comments
Archives
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 자주 까먹는
- 구글 로그인
- 내일배움캠프
- 리터럴
- 스파르타코딩클럽
- js
- 프로젝트 셋팅
- 모던 자바스크립트
- deep dive
- useRouter
- vercel
- React
- 셋팅
- 프로그래머스
- 코테
- 초기셋팅
- 소셜 로그인
- domain
- CORS
- 모던자바스크립트
- error
- git
- 코드카타
- vscode
- array정적메서드
- 코딩테스트
- 오블완
- 티스토리챌린지
- Next
- nextjs
- Today
- Total
파피루스
warning: in the working copy of 'app/globals.css', LF will be replaced by CRLF the next time Git touches it 본문
Today I Learned/in dev
warning: in the working copy of 'app/globals.css', LF will be replaced by CRLF the next time Git touches it
떼굴펜 2024. 8. 31. 23:02메세지
warning: in the working copy of 'app/globals.css', LF will be replaced by CRLF the next time Git touches it
→ OS 마다 줄바꿈 문자가 다른데, 뭐 쓸꺼니?
Windows, DOS 명령어
git config --global core.autocrlf true
Linux, MAC 명령어
git config --global core.autocrlf input
'Today I Learned > in dev' 카테고리의 다른 글
[next/react] google 로그인 구현하기 (1) : oauth client id 발급 받기 (0) | 2024.09.04 |
---|---|
jsx/tsx, single quote 설정 (prettierrc, eslint) (0) | 2024.09.01 |
console warning 잡기 (0) | 2024.08.04 |
PostMan, supabase.auth.user 셋팅하기 (0) | 2024.08.03 |
[supabase] type 자동 추론하기 (0) | 2024.07.31 |