Skip to content

Instantly share code, notes, and snippets.

@havvg
Last active March 22, 2016 19:24
Show Gist options
  • Save havvg/824003 to your computer and use it in GitHub Desktop.
Save havvg/824003 to your computer and use it in GitHub Desktop.
global gitignore
# Mac OS X
.DS_Store
# ZSH Plugins
.phing_targets
# Automatic backup files
*~.nib
*.swp
*~
*(Autosaved).rtfd/
# Eclipse
.buildpath
.project
.settings
.classpath
# Netbeans
/.settings/
nbproject
/catalog.xml
# PHPStorm
/.idea
/atlassian-ide-plugin.xml
# SCM
.svn
svn-commit.tmp
.hg
CVS
# PHPUnit
phpunit.xml
/coverage.xml*
/web/coverage
/clover.xml*
# Behat
behat.yml
# phpDocumentor2
phpdoc.xml
# Sismo
sismo.config.php
# Sami
sami.config.php
# PHP CS Fixer
.php_cs
# symfony
web/sf*
# XCode
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*.tm_build_errors
*.xcodeproj/xcuserdata*
*.xcodeproj/project.xcworkspace*
VersionX-revision.h
# build products
/build/
*.[oa]
# ORM Design
*.ormdesigner2
# Packagist
/composer.lock
# Frontend
.sass-cache
node_modules
# Paw HTTP Client
*.paw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment