added back .gitignores

This commit is contained in:
Taylor Otwell
2011-08-03 22:15:08 -05:00
parent f0f3dffc11
commit eebbc08293
15 changed files with 10 additions and 29 deletions

8
public/.htaccess Normal file
View File

@@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

0
public/css/.gitignore vendored Normal file
View File

0
public/img/.gitignore vendored Normal file
View File

0
public/js/.gitignore vendored Normal file
View File