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

https://github.com/deveodk/global-gitignore

Global .gitignore to use on a Mac
https://github.com/deveodk/global-gitignore

cli git gitignore mac

Last synced: 2 months ago
JSON representation

Global .gitignore to use on a Mac

Awesome Lists containing this project

README

        

# Global gitignore
Global .gitignore to use on a Mac

## Usage
Clone this repository to your home directory.
`git clone [email protected]:Deveodk/global-gitignore.git ~/global-gitignore`

Afterwards, you need to tell git to use your new global gitignore file.
`git config --global core.excludesfile '~/global-gitignore/.global-gitignore'`