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
- Host: GitHub
- URL: https://github.com/deveodk/global-gitignore
- Owner: Deveodk
- License: mit
- Created: 2019-10-04T18:13:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T18:18:26.000Z (over 5 years ago)
- Last Synced: 2025-01-13T11:13:15.139Z (4 months ago)
- Topics: cli, git, gitignore, mac
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- 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 [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'`