Skip to content

Instantly share code, notes, and snippets.

@matheuseduardo
Created July 18, 2016 14:34
Show Gist options
  • Save matheuseduardo/96e830f2ae02428ed02e1548b1e976f9 to your computer and use it in GitHub Desktop.
Save matheuseduardo/96e830f2ae02428ed02e1548b1e976f9 to your computer and use it in GitHub Desktop.
gitignore - cakephp 2.x
*~
*.bak
build
.buildpath
compass
_compass.scss
composer.lock
desktop.ini
.DS_Store
.idea
/logs
nbproject/
node_modules
.project
.sass-cache
.settings
Thumbs.db
.tmpoj
.vagrant
# CakePHP
#/app/Config/core.php
#/app/Config/database.php
/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
/app/webroot/files/*
!/app/webroot/files/
!/app/webroot/files/empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment