Commit 0022763f authored by Patrício dos Santos's avatar Patrício dos Santos

Update CakePHP.gitignore

Ignore all tmp and log files but preserve the directory structure
parent da00310c
...@@ -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