Skip to content

Instantly share code, notes, and snippets.

@Brunty
Created September 24, 2015 15:16
Show Gist options
  • Save Brunty/d6687439851f2e35a7ad to your computer and use it in GitHub Desktop.
Save Brunty/d6687439851f2e35a7ad to your computer and use it in GitHub Desktop.
Global Gitignore
*~
.buildpath
.project
.settings
.vagrant
#########################
# OS X
#########################
.DS_Store
.thumbs
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes
._*
#########################
# Windows
#########################
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
#########################
# Composer PHAR
#########################
/composer.phar
#########################
# PhpStorm Related:
#########################
.idea/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment