Last active
October 12, 2015 12:48
-
-
Save is8r/4029381 to your computer and use it in GitHub Desktop.
.gitignoreの便利設定メモ
This file contains hidden or 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
# OS | |
*~ | |
.DS_Store | |
Thumbs.db | |
# Sass | |
.sass-cache | |
# Xcode | |
UserInterfaceState.xcuserstate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment