diff --git a/.gitignore b/.gitignore index f2836d38..7bce42d0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ site/data/* site/tmp/* site/backup/* site/file/* -site/i18n/*.* +site/i18n/*.json .DS_Store core/vendor/tinymce/link_list.json robots.txt diff --git a/site/i18n/.htaccess b/site/i18n/.htaccess new file mode 100644 index 00000000..dbe552af --- /dev/null +++ b/site/i18n/.htaccess @@ -0,0 +1,5 @@ +# Bloque l'accès aux données + + Order deny,allow + Deny from all + \ No newline at end of file