|
|
@@ -1,21 +1,35 @@
|
|
|
+.idea
|
|
|
+.vs/
|
|
|
+.htaccess
|
|
|
*/.DS_Store
|
|
|
.DS_Store
|
|
|
+composer.lock
|
|
|
+.env
|
|
|
vendor
|
|
|
-config/.config.php
|
|
|
-config/.config.php.bak
|
|
|
+
|
|
|
+php_errors.log
|
|
|
+composer.phar
|
|
|
+
|
|
|
404.html
|
|
|
index.html
|
|
|
+
|
|
|
+config/.config.php
|
|
|
+config/.config.php.bak
|
|
|
+
|
|
|
public/ssr-download/
|
|
|
public/images/*.*
|
|
|
public/theme/material/css/images/bg
|
|
|
-storage/*
|
|
|
-.idea
|
|
|
-.vs/
|
|
|
-.htaccess
|
|
|
-php_errors.log
|
|
|
-composer.lock
|
|
|
-.env
|
|
|
-composer.phar
|
|
|
+
|
|
|
+storage/framework/smarty/cache/*
|
|
|
+storage/framework/smarty/compile/*
|
|
|
+storage/framework/views/*
|
|
|
+storage/*.*
|
|
|
+/storage/traffic_notified/
|
|
|
+!storage/framework/smarty/cache/.gitkeep
|
|
|
+!storage/framework/smarty/compile/.gitkeep
|
|
|
+!storage/framework/views/.gitkeep
|
|
|
+
|
|
|
.user.ini
|
|
|
public/.user.ini
|
|
|
+
|
|
|
resources/views/material/analytics.tpl
|