Browse Source

fix: missing storage directory and subdirectories

Anankke 6 years ago
parent
commit
1423812524

+ 24 - 10
.gitignore

@@ -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

+ 0 - 0
storage/framework/smarty/cache/.gitkeep


+ 0 - 0
storage/framework/smarty/compile/.gitkeep


+ 0 - 0
storage/framework/views/.gitkeep