Created
January 17, 2022 15:00
-
-
Save davidrushton/2062450f3b94e4aabfee6cfa770dddb8 to your computer and use it in GitHub Desktop.
Global Gitignore
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 | |
# Laravel | |
_ide_helper.php | |
.php_cs.cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment