diff --git a/.gitignore b/.gitignore
index 753551f750675e4df2e4210912ae2afc63aa0f71..412b4910f8209dd15bf31bbfbf95b6f448a9e576 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 0000000000000000000000000000000000000000..d045168f0c9a22493354a62d9fc3ce0fb4d9f852
--- /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