Updated .hgignore to include application/logs/ and application/cache
diff --git a/.hgignore b/.hgignore
index 880040b..5ee4d82 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,4 +3,5 @@
 .DS_Store
 
 syntax: regexp
-system/cache/(?!index\.html|\.htaccess)
\ No newline at end of file
+application/cache/(?!index\.html|\.htaccess)
+application/logs/(?!index\.html|\.htaccess)