From 2136e982acc4300fafff7188b3301e89e7febfd7 Mon Sep 17 00:00:00 2001 From: Phillip Whittlesea Date: Tue, 22 Jan 2013 11:55:38 -0800 Subject: [PATCH] Initial commit --- .gitignore | 7 +++++++ README.md | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61d3446 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +tmp/* +[Cc]onfig/core.php +[Cc]onfig/database.php +app/tmp/* +app/[Cc]onfig/core.php +app/[Cc]onfig/database.php +!empty \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b3bbb8 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +ChangeLogger +============ + +CakePHP plugin behaviour for logging changes made to objects \ No newline at end of file