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