From 0f68f561e9d86c36cf8d9790e7105d0931cf88f0 Mon Sep 17 00:00:00 2001 From: Chen Hua Date: Wed, 25 Dec 2013 09:57:47 +0800 Subject: [PATCH 1/2] tabs to spaces --- public/.htaccess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index ea51a317..77827ae7 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,14 +1,14 @@ - - Options -MultiViews + + Options -MultiViews RewriteEngine On # Redirect Trailing Slashes... - RewriteRule ^(.*)/$ /$1 [L,R=301] + RewriteRule ^(.*)/$ /$1 [L,R=301] - # Handle Front Controller... + # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] From 73094f2633f1b90f3ef6de4a8a5b610532510e0e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 18 Jan 2014 19:14:57 -0600 Subject: [PATCH 2/2] Ignore environment files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e0d0d37d..59c90b76 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ /vendor composer.phar composer.lock +.env.local.php +.env.php .DS_Store Thumbs.db \ No newline at end of file