commit
2a229eaf36
2 changed files with 49 additions and 0 deletions
@ -0,0 +1,46 @@ |
|||
# ---> CakePHP |
|||
# 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/* |
|||
|
|||
# ---> CodeIgniter |
|||
*/config/development |
|||
*/logs/log-*.php |
|||
!*/logs/index.html |
|||
*/cache/* |
|||
!*/cache/index.html |
|||
!*/cache/.htaccess |
|||
|
|||
user_guide_src/build/* |
|||
user_guide_src/cilexer/build/* |
|||
user_guide_src/cilexer/dist/* |
|||
user_guide_src/cilexer/pycilexer.egg-info/* |
|||
|
|||
#codeigniter 3 |
|||
application/logs/* |
|||
!application/logs/index.html |
|||
!application/logs/.htaccess |
|||
/vendor/ |
|||
|
@ -0,0 +1,3 @@ |
|||
# okcupid-clone-script |
|||
|
|||
Our OkCupid clone script is a powerful and fully customizable PHP-based dating software designed to help you launch a modern online dating platform with ease. |
Loading…
Reference in new issue