Ignoring public_html with no slashes seems to work

This commit is contained in:
James Barnsley
2016-10-22 19:13:54 +13:00
parent fa3ee198c9
commit 9f2490fd17
2 changed files with 1 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
/node_modules/ /node_modules/
/production/ /production/
/public_html/ public_html
/.sass-cache/ /.sass-cache/
*.orig *.orig
Thumbs.db Thumbs.db

View File

@ -1,4 +0,0 @@
RewriteEngine On
RewriteCond %{REQUEST_URI} !/production/ [NC]
RewriteRule (.*) /production/$1 [NC,L]