commit bbc61faa08001bae386bff0e839ef7d4347342be Author: Isaac Hatilima Date: Tue Sep 26 09:17:50 2023 +0200 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..2369567 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# action-test +