Skip to content

Instantly share code, notes, and snippets.

@peavers
Created May 13, 2014 09:46
Show Gist options
  • Save peavers/f260e31d75ce63356504 to your computer and use it in GitHub Desktop.
Save peavers/f260e31d75ce63356504 to your computer and use it in GitHub Desktop.
General git ignore file
# Composer
vendor
vendor/*
composer.phar
# IntelliJ - PhpStorm and PyCharm
.idea
.idea/
.idea/*
*.iml
*.ipr
*.iws
# Logs
logs
logs/*
error.log
access.log
# Netbeans
nbproject
.nbproject
.nbproject/*
nbproject/*
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
# Mac OSX
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# SublimeText project files
/*.sublime-project
*.sublime-workspace
# Dart
packages
packages/*
# Vagrant
.vagrant
.vagrant/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment