From 4c84735b75c93605ec63008855ce399bba587395 Mon Sep 17 00:00:00 2001 From: clemens Date: Fri, 20 Mar 2026 17:06:13 +0100 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..9cca669 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# praxis-creutzburg-web +