-
-
Save eberharterm/78060c76dfbb90687b473f99526018b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install it using
git config --global core.excludesfile $HOME/.global-gitignore