gitea/options/gitignore/CakePHP

26 lines
353 B
Plaintext
Raw Normal View History

2015-07-09 13:46:42 +02:00
# 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
2015-07-09 13:46:42 +02:00
/logs/*
!/logs/empty
2015-07-09 13:46:42 +02:00
# CakePHP 2
/app/tmp/*
/app/Config/core.php
/app/Config/database.php
/vendors/*