Skip to content

Instantly share code, notes, and snippets.

@katsew
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katsew/9cc079f5a38cc41c757e to your computer and use it in GitHub Desktop.
Save katsew/9cc079f5a38cc41c757e to your computer and use it in GitHub Desktop.
グローバルで.gitignoreを適応する ref: http://qiita.com/katsew/items/5cade12fa743a2f31f25
git config --global core.excludesfile ~/.gitignore_global
[core]
excludesfile = /Users/your_user_name/.gitignore_global
*~ //これは最初から入ってる
.DS_Store //これも最初から入ってる
node_modules/
bower_components/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment