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: about 1 month ago
JSON representation
Global .gitignore to use on a Mac
- Host: GitHub
- URL: https://github.com/deveodk/global-gitignore
- Owner: Deveodk
- License: mit
- Created: 2019-10-04T18:13:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T18:18:26.000Z (over 6 years ago)
- Last Synced: 2025-07-14T10:33:52.424Z (12 months ago)
- Topics: cli, git, gitignore, mac
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 git@github.com: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'`