mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
Update CakePHP.gitignore
Ignore all tmp and log files but preserve the directory structure
This commit is contained in:
parent
da00310ccb
commit
0022763f14
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue