Skip to content

Instantly share code, notes, and snippets.

@kfriend
Last active December 28, 2015 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfriend/7415462 to your computer and use it in GitHub Desktop.
Save kfriend/7415462 to your computer and use it in GitHub Desktop.
.gitignore
# Annoying Files
.AppleDouble
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon^M^M
Thumbs.db
ehthumbs.db
# Composer
/vendor/*
composer.phar
# CodeIgniter
/application/cache/*
/application/logs/*
/application/config/development/*
/application/config/production/*
# Laravel 4
/app/storage/*
/app/config/local/*
/app/config/development/*
/app/config/production/*
# Always keep
!.gitkeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment