diff --git a/.gitignore b/.gitignore index 4300048..23d1baf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,5 @@ sites/*/settings*.php # Ignore paths that contain user-generated content. sites/*/files sites/*/private +sites/*/tmp -*.sublime* -sites/all/themes/gui/jee/.sass-cache/* diff --git a/sites/default/tmp/.htaccess b/sites/default/tmp/.htaccess deleted file mode 100644 index 8d2ad47..0000000 --- a/sites/default/tmp/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ -SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 -Deny from all -Options None -Options +FollowSymLinks \ No newline at end of file