An open API service indexing awesome lists of open source software.

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

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
```