commit 094c3ea04dc040d57e2edd8023c1f93410fa6b69 Author: daxi20 Date: Fri Apr 4 13:53:44 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d1ae980 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# ---> 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/* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc66856 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# danche +