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