Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
353 B
25 lines
353 B
# CakePHP 3 |
|
|
|
/vendor/* |
|
/config/app.php |
|
|
|
/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 |
|
|
|
/app/tmp/* |
|
/app/Config/core.php |
|
/app/Config/database.php |
|
/vendors/*
|
|
|