Skip to content

Instantly share code, notes, and snippets.

@davidrushton
Created January 17, 2022 15:00
Show Gist options
  • Save davidrushton/2062450f3b94e4aabfee6cfa770dddb8 to your computer and use it in GitHub Desktop.
Save davidrushton/2062450f3b94e4aabfee6cfa770dddb8 to your computer and use it in GitHub Desktop.
Global Gitignore
# 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