https://github.com/floriank/gitignore_global
My global gitignore
https://github.com/floriank/gitignore_global
Last synced: 4 months ago
JSON representation
My global gitignore
- Host: GitHub
- URL: https://github.com/floriank/gitignore_global
- Owner: floriank
- License: mit
- Created: 2015-05-03T15:34:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T09:52:52.000Z (8 months ago)
- Last Synced: 2025-02-27T18:44:24.819Z (4 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
This is my personal global `.gitignore`. Use it to your heart's content if you want. I mainly do Ruby, Go and JavaScript related programming, so this might or might not suit your needs.
To use:
- Clone the repo
```
git clone [email protected]:floriank/gitignore_global ~/.gitignore/
```- Add the following line to your `~/.gitconfig`
```
[core]
excludesfile = ~/.gitignore/.gitignore_global
```