Intellij에 gitignore 설정하기

Dr.Green·2022년 2월 21일
0

Gitignore를 Intellij에 적용하자 Mac 기준

--> Go preference ( commnad + , )

gitignore 검색하여 설치

New File 메뉴( shift + command + N) .gitignore 생성 후 작성

.gradle
.test.md

Git ignore 새로 적용 시키기

git rm -r --cached . -- remove repository cache
git add .
git status
git commit -m "commit msg"
profile
모바일 퍼스트

0개의 댓글