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
- vercel
- 오블완
- js
- 구글 로그인
- deep dive
- 프로젝트 셋팅
- 초기셋팅
- Next
- useRouter
- error
- 모던자바스크립트
- 티스토리챌린지
- 스파르타코딩클럽
- 모던 자바스크립트
- nextjs
- 코드카타
- 내일배움캠프
- 코딩테스트
- domain
- 리터럴
- 셋팅
- array정적메서드
- 자주 까먹는
- 소셜 로그인
- React
- 프로그래머스
- 코테
- git
- CORS
- vscode
- 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 |