Merge pull request #1764 from psantos10/patch-1

Update CakePHP.gitignore
This commit is contained in:
Brendan Forster 2016-03-06 21:43:28 +11:00
commit fed72cc405
1 changed files with 13 additions and 1 deletions

View File

@ -2,8 +2,20 @@
/vendor/*
/config/app.php
/tmp/*
/tmp/cache/models/*
!/tmp/cache/models/empty
/tmp/cache/persistent/*
!/tmp/cache/persistent/empty
/tmp/cache/views/*
!/tmp/cache/views/empty
/tmp/sessions/*
!/tmp/sessions/empty
/tmp/tests/*
!/tmp/tests/empty
/logs/*
!/logs/empty
# CakePHP 2