From 98d53cc92c4bad06763624849b143dfc291c75f3 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 6 Mar 2018 11:18:39 +0100 Subject: [PATCH] Add cache and templates_c folders to storage/framework/smarty folder --- .gitignore | 10 ---------- Changelog | 1 + storage/framework/smarty/cache/.gitignore | 2 ++ storage/framework/smarty/templates_c/.gitignore | 2 ++ 4 files changed, 5 insertions(+), 10 deletions(-) create mode 100755 storage/framework/smarty/cache/.gitignore create mode 100755 storage/framework/smarty/templates_c/.gitignore diff --git a/.gitignore b/.gitignore index f6a40ae21..e73eef543 100644 --- a/.gitignore +++ b/.gitignore @@ -15,17 +15,7 @@ test.php /.idea/ /vendor/* -/app/resources/tmp/* -/Blacklight/config/settings.php -/Blacklight/config/ircscraper_settings.php -/Blacklight/config/ircscraper.php -/Blacklight/config/opensssl.php - -/libraries/* -/nbproject/ -/nbproject/private/ /resources/covers/* /resources/nzb/* /resources/tmp/* -/resources/smarty/templates_c/* /public/themes/shared/assets diff --git a/Changelog b/Changelog index 4f3f13811..949f83486 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-03-06 DariusIII + * Chg: Add cache and templates_c folders to storage/framework/smarty folder * Chg: Add plugins folder to resources/smarty, update ytake smarty config * Chg: Update config/app.php * Chg: Remove igaster/laravel theme for now, update symfony components diff --git a/storage/framework/smarty/cache/.gitignore b/storage/framework/smarty/cache/.gitignore new file mode 100755 index 000000000..d6b7ef32c --- /dev/null +++ b/storage/framework/smarty/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/smarty/templates_c/.gitignore b/storage/framework/smarty/templates_c/.gitignore new file mode 100755 index 000000000..d6b7ef32c --- /dev/null +++ b/storage/framework/smarty/templates_c/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore