위 링크에 들어가서 본인의 운영체제, 작업 환경에 맞게 .gitignore 코드를 생성한다.
생성버튼을 눌러서 화면에 나온 내용을 복사한다.
# Created by https://www.toptal.com/developers/gitignore/api/macos
# Edit at https://www.toptal.com/developers/gitignore?templates=macos
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### macOS Patch ###
# iCloud generated files
*.icloud
# End of https://www.toptal.com/developers/gitignore/api/macos
급하신분들은 위 내용을 복사해서 쓰셔도 됩니다.
위 내용을 복사한 후 메모장 또는 텍스트 에디터로 ".gitignore"로 파일이름을 저장하고 프로젝트 폴더에 '.git 폴더' 옆에 두면