From 52c1dca765ca59a9b05eee8356746eea3ca11e57 Mon Sep 17 00:00:00 2001 From: SANKET S HOSALLI HOSALLI <170010030@iitdh.ac.in> Date: Wed, 21 Oct 2020 21:13:41 +0530 Subject: [PATCH] Initial commit --- .gitignore | 27 +++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 29 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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 +