blob: 4cd0cbaf432cca59cd22f3ff746b05d36443a51e (
plain)
1
2
3
4
5
6
|
# Setup a Global .gitignore for OS and editor generated files:
# https://help.github.com/articles/ignoring-files
# git config --global core.excludesfile ~/.gitignore_global
.vagrant
*.sublime-project
|