Commit fed72cc4 authored by Brendan Forster's avatar Brendan Forster

Merge pull request #1764 from psantos10/patch-1

Update CakePHP.gitignore
parents 16a9e9bf 0022763f
...@@ -2,8 +2,20 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment