Guest User

Untitled

a guest
Mar 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. ```bash
  2. git config --global core.excludesfile ~/.gitignore
  3. echo .DS_Store >> ~/.gitignore
  4. ```
Add Comment
Please, Sign In to add comment