@@ -1,4 +1,3 @@
-.htaccess
wp-content/uploads/
wp-content/blogs.dir/
@@ -36,4 +35,4 @@ tmtags
.Spotlight-V100
.Trashes
ehthumbs.db
-Thumbs.db
+Thumbs.db
@@ -0,0 +1,3 @@
+[submodule "wp"]
+ path = wp
+ url = git://github.com/WordPress/WordPress.git
@@ -0,0 +1,7 @@
+<IfModule mod_rewrite.c>
+RewriteEngine On
+RewriteBase /
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule . /index.php [L]
+</IfModule>