Skip to content

Instantly share code, notes, and snippets.

@eberharterm
Created January 12, 2021 21:16
Show Gist options
  • Save eberharterm/78060c76dfbb90687b473f99526018b4 to your computer and use it in GitHub Desktop.
Save eberharterm/78060c76dfbb90687b473f99526018b4 to your computer and use it in GitHub Desktop.
# Mac OS X hidden files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Vim swap files
.*.sw?
# PhpStorm
.idea
# vs code
.vscode
# Sublime Text
*.sublime-project
# Node
node_modules
npm-debug.log
yarn-error.log
.phpunit-watcher-cache.php
.phpunit.result.cache
@eberharterm
Copy link
Author

Install it using git config --global core.excludesfile $HOME/.global-gitignore

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