Skip to content

Instantly share code, notes, and snippets.

@Brunty
Created February 16, 2016 10:42
Show Gist options
  • Save Brunty/849e2bc254b47b66185f to your computer and use it in GitHub Desktop.
Save Brunty/849e2bc254b47b66185f to your computer and use it in GitHub Desktop.
Global Gitignore - in ~/
*~
.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/
# if you remove the above rule, at least ignore user-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# and these sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment