Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ios
- 가로
- publish setting
- wireless keyboard
- SWFObject
- 단말 테스트
- FLVPlayback
- TweenMax
- FLV Player
- flash
- flashplayer
- 비트맵리사이즈
- ubuntu touch
- smoothing
- debuger
- ExteranlInterface
- Lifefilm
- cocos2d-x
- Renewal
- javascript
- os x
- red5
- Demo
- papervision3d
- android studio
- fd3
- Movieplayer
- complie
- FlashDevelop
- Alpha
Archives
- Today
- Total
ALL ABOUT ME
Framer :: Git Ignore 본문
Framer 프로젝트의 Git 저장소 이용시 ignore 설정
.gitignore 파일에 아래 내용을 추가
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
'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