Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--misc/user/.htaccess6
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 753551f750..412b4910f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,6 @@ tmp
tmp/*
.cache
.externalToolBuilders
-.htaccess
.idea
.metadata
.settings
@@ -65,3 +64,4 @@ docs/
composer.phar
composer.lock
vendor/
+/.htaccess
diff --git a/misc/user/.htaccess b/misc/user/.htaccess
new file mode 100644
index 0000000000..d045168f0c
--- /dev/null
+++ b/misc/user/.htaccess
@@ -0,0 +1,6 @@
+<Files "*.png">
+ Allow from all
+</Files>
+<Files "*.svg">
+ Allow from all
+</Files> \ No newline at end of file