gitignore/CakePHP.gitignore

26 lines
353 B
Plaintext
Raw Normal View History

2015-03-26 06:27:09 +01:00
# CakePHP 3
2014-11-20 09:30:16 +01:00
/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
2014-11-20 09:30:16 +01:00
/logs/*
!/logs/empty
2014-11-20 09:30:16 +01:00
2015-03-26 06:27:09 +01:00
# CakePHP 2
2014-11-20 09:30:16 +01:00
2015-01-04 15:44:47 +01:00
/app/tmp/*
/app/Config/core.php
/app/Config/database.php
/vendors/*