diff --git a/.gitignore b/.gitignore index 44be31f2..5ff5c048 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ components +/.htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 67635880..00000000 --- a/.htaccess +++ /dev/null @@ -1,3 +0,0 @@ -Options +FollowSymLinks -RewriteEngine On -RewriteRule ^components/(.*)$ ../components/$1 \ No newline at end of file