https://github.com/gitbruno/.gitignore_global
My global .gitignore
https://github.com/gitbruno/.gitignore_global
gitignore osx-setup
Last synced: 5 months ago
JSON representation
My global .gitignore
- Host: GitHub
- URL: https://github.com/gitbruno/.gitignore_global
- Owner: GitBruno
- Created: 2018-04-27T02:59:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T08:45:04.000Z (about 8 years ago)
- Last Synced: 2025-04-05T11:41:17.490Z (about 1 year ago)
- Topics: gitignore, osx-setup
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .gitignore_global
My global .gitignore
## Install
Clone this repo into your home directory:
git clone https://github.com/GitBruno/.gitignore_global.git ~/.gitignore_global
Add to the global ignore to your global config file:
git config --global core.excludesfile ~/.gitignore_global/ignore
So your config file looks like this:
```
[core]
excludesfile = ~/.gitignore_global/ignore
```