Skip to content

Instantly share code, notes, and snippets.

@mawatari
Last active July 11, 2019 06:11
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save mawatari/4064701 to your computer and use it in GitHub Desktop.
Save mawatari/4064701 to your computer and use it in GitHub Desktop.
CakePHP.gitignore
*~
*.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