commit 52c1dca765ca59a9b05eee8356746eea3ca11e57 Author: SANKET S HOSALLI HOSALLI <170010030@iitdh.ac.in> Date: Wed Oct 21 21:13:41 2020 +0530 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..baade9a --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# repo1 +