Skip to content

Instantly share code, notes, and snippets.

@zaru
Created February 18, 2014 02:41
Show Gist options
  • Select an option

  • Save zaru/9063667 to your computer and use it in GitHub Desktop.

Select an option

Save zaru/9063667 to your computer and use it in GitHub Desktop.
CakePHP .gitignore
# User specific & automatically generated files #
#################################################
/app/Config/database.php
/app/Config/core.php
/app/Config/bootstrap.php
/app/Config/email.php
/app/tmp/*
!/app/tmp/
/app/tmp/cache/*
!/app/tmp/cache/
!/app/tmp/cache/empty
/app/tmp/cache/models/*
!/app/tmp/cache/models/
!/app/tmp/cache/models/empty
/app/tmp/cache/persistent/*
!/app/tmp/cache/persistent/
!/app/tmp/cache/persistent/empty
/app/tmp/cache/views/*
!/app/tmp/cache/views/
!/app/tmp/cache/views/empty
/app/tmp/logs/*
!/app/tmp/logs/
!/app/tmp/logs/empty
/app/tmp/sessions/*
!/app/tmp/sessions/
!/app/tmp/sessions/empty
/app/tmp/tests/*
!/app/tmp/tests/
!/app/tmp/tests/empty
/lib/Cake/Console/Templates/skel/tmp/
/plugins
/vendors
/build
/dist
/tags
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment