Skip to content

Instantly share code, notes, and snippets.

@mrclay
Created July 12, 2012 19:46
Show Gist options
  • Save mrclay/3100456 to your computer and use it in GitHub Desktop.
Save mrclay/3100456 to your computer and use it in GitHub Desktop.
Gitignore PHP Starter
# ignore IDE/hidden/OS cache files
.*
*~
nbproject
nb-configuration.xml
Session.vim
*.tmproj
*.tmproject
tmtags
Thumbs.db
Desktop.ini
# ignore Composer downloads
/vendor/*
# keep some hiddens
!.htaccess
!/.gitignore
!/.travis.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment