diff --git a/.gitignore b/.gitignore index efc11a0..ccc9fd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -application/logs/* -application/cache/* \ No newline at end of file +*.DS_Store \ No newline at end of file diff --git a/README.markdown b/README.markdown index e69de29..3766cf9 100644 --- a/README.markdown +++ b/README.markdown @@ -0,0 +1,3 @@ +# Kohana PHP Framework, version 3.0 (dev) + +This is the current development version of [Kohana](http://kohanaphp.com/). diff --git a/application/cache/.gitignore b/application/cache/.gitignore new file mode 100644 index 0000000..80e609a --- /dev/null +++ b/application/cache/.gitignore @@ -0,0 +1 @@ +[^.]* \ No newline at end of file diff --git a/application/log/.gitignore b/application/log/.gitignore new file mode 100644 index 0000000..80e609a --- /dev/null +++ b/application/log/.gitignore @@ -0,0 +1 @@ +[^.]* \ No newline at end of file diff --git a/index.php b/index.php index 0410483..e8e5c57 100644 --- a/index.php +++ b/index.php @@ -1,32 +1,65 @@ Kohana Installation