diff --git a/.gitignore b/.gitignore index 7190b43c9..ede3efad8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ plugins/additional_plugins* # ide / dev stuff .cvsignore -.htaccess* +/.htaccess *.db private/* archives/* diff --git a/bundled-libs/.htaccess b/bundled-libs/.htaccess new file mode 100644 index 000000000..4b869d688 --- /dev/null +++ b/bundled-libs/.htaccess @@ -0,0 +1,7 @@ +# BEGIN s9y + + + deny from all + + +# END s9y