Browse Source

Measures so the empty folders are commited too...

... kohana seems to need them.
Skamander 12 years ago
parent
commit
41b75d9544

+ 1 - 0
php-kohana/application/cache/empty

@@ -0,0 +1 @@
+[^.]*

+ 1 - 0
php-kohana/application/classes/Model/empty

@@ -0,0 +1 @@
+[^.]*

+ 1 - 1
php-kohana/application/config/database.php

@@ -18,7 +18,7 @@ return array
              *
              *
              * Ports and sockets may be appended to the hostname.
              * Ports and sockets may be appended to the hostname.
              */
              */
-            'hostname'   => 'localhost',
+            'hostname'   => '192.168.100.102',
             'database'   => 'hello_world',
             'database'   => 'hello_world',
             'username'   => 'benchmarkdbuser',
             'username'   => 'benchmarkdbuser',
             'password'   => 'benchmarkdbpass',
             'password'   => 'benchmarkdbpass',

+ 1 - 0
php-kohana/application/config/empty

@@ -0,0 +1 @@
+[^.]*

+ 1 - 0
php-kohana/application/i18n/empty

@@ -0,0 +1 @@
+[^.]*

+ 1 - 0
php-kohana/application/logs/empty

@@ -0,0 +1 @@
+[^.]*

+ 1 - 0
php-kohana/application/messages/empty

@@ -0,0 +1 @@
+[^.]*

+ 1 - 0
php-kohana/application/views/empty

@@ -0,0 +1 @@
+[^.]*