Skip to content

Instantly share code, notes, and snippets.

@embassem
Created March 5, 2019 14:43
Show Gist options
  • Select an option

  • Save embassem/0da03355ddafade00e40aa65e8e482d5 to your computer and use it in GitHub Desktop.

Select an option

Save embassem/0da03355ddafade00e40aa65e8e482d5 to your computer and use it in GitHub Desktop.
save swift git ignoer into file
$ curl -o .gitignore https://raw.githubusercontent.com/github/gitignore/master/Swift.gitignore
@embassem
Copy link
Copy Markdown
Author

embassem commented Jul 18, 2019

To update gitignore run this commands

git rm -r --cached .

git add .

git commit -m ".gitignore fix"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment