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 .