https://github.com/github/gitignore
To remove ignored files:
- Update your .gitignore
git rm -r --cached .git add .
| // | |
| // API.swift | |
| // | |
| // Created by Taro Minowa on 6/10/14. | |
| // Copyright (c) 2014 Higepon Taro Minowa. All rights reserved. | |
| // | |
| import Foundation | |
| typealias JSONDictionary = Dictionary<String, AnyObject> |
https://github.com/github/gitignore
To remove ignored files:
git rm -r --cached .git add .