mirror of
https://github.com/vbatts/utils.git
synced 2025-02-14 00:17:56 +00:00
6 lines
201 B
Text
6 lines
201 B
Text
# 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
|