Skip to content

Instantly share code, notes, and snippets.

@manjufy
Last active December 21, 2019 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manjufy/9af0ad8cc8282403f5b2324be592e286 to your computer and use it in GitHub Desktop.
Save manjufy/9af0ad8cc8282403f5b2324be592e286 to your computer and use it in GitHub Desktop.
My Development

Managing gitignores

if you are using multiple languages and would like to ignore default files or folders, just add those files to global gitignore.

Example

.gitignore.global look like this

.DS_Store
node_modules/
.elixir_ls/

and configure this in

[core] excludesfile = /Users/tepple/.gitignore.global

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