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"