gitignore/CakePHP.gitignore

14 lines
136 B
Plaintext
Raw Normal View History

2015-03-26 13:27:09 +08:00
# CakePHP 3
2014-11-20 16:30:16 +08:00
/vendor/*
/config/app.php
/tmp/*
/logs/*
2015-03-26 13:27:09 +08:00
# CakePHP 2
2014-11-20 16:30:16 +08:00
2015-01-04 22:44:47 +08:00
/app/tmp/*
/app/Config/core.php
/app/Config/database.php
/vendors/*