Skip to content

Instantly share code, notes, and snippets.

@isramv
Last active December 11, 2019 18:21
Show Gist options
  • Save isramv/b8d2645f993ac06740bdc73934337968 to your computer and use it in GitHub Desktop.
Save isramv/b8d2645f993ac06740bdc73934337968 to your computer and use it in GitHub Desktop.
Create a global gitignore file.

Create the global gitignore.

$ touch .gitignore_global

let git know where your global ignore file is located at.

$ git config --global core.excludesfile ~/.gitignore_global

profit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment