Skip to content

Instantly share code, notes, and snippets.

@TomasBeuzen
Last active July 24, 2020 23:59
Show Gist options
  • Select an option

  • Save TomasBeuzen/7264ed8b0c07565baf90546ed60ff125 to your computer and use it in GitHub Desktop.

Select an option

Save TomasBeuzen/7264ed8b0c07565baf90546ed60ff125 to your computer and use it in GitHub Desktop.
Global .gitignore configuration

.gitignore

On my MacOS, the global .gitignore file can be created/editted with:

nano ~/.gitignore_global

Here are the current contents which include files I find useful to ignore in my work as a data scientist:

.DS_Store
.ipynb_checkpoints
.Trashes
.RHistory
__pycache__
~$*
~*
*~
.~
*.egg-info
.nbgrader.log
.coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment