ALL ABOUT ME

Framer :: Git Ignore 본문

Lab

Framer :: Git Ignore

threeword 2017. 7. 27. 14:24

Framer 프로젝트의 Git 저장소 이용시 ignore 설정

.gitignore 파일에 아래 내용을 추가

# Framer Git Ignore
# General OSX
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon^M^M
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Framer Specific
.*.html
.app.js
framer/*.old*
framer/.*.hash
framer/backup.coffee
framer/backups/*
framer/manifest.txt
framer/metadata.json
framer/preview.png
framer/social-880x460.png
framer/social-1200x630.png
view raw .gitignore hosted with ❤ by GitHub


'Lab' 카테고리의 다른 글

Gist :: 소스 삽입  (0) 2017.07.19
Android Studio :: VM Options  (0) 2015.10.21
OS X :: Eclipse 아이콘 변경- Luna  (0) 2015.06.09
App :: 잠들지 않는 CoC (Wakeful CoC)  (37) 2015.01.19
Ubuntu :: java 1.7 설치  (0) 2013.10.17
Comments