1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

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

View File

@ -2,8 +2,20 @@
/vendor/* /vendor/*
/config/app.php /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/*
!/logs/empty
# CakePHP 2 # CakePHP 2