From 0d23c923f4c4433dd72f857017cdeb9fb49239a1 Mon Sep 17 00:00:00 2001 From: noxymon Date: Sun, 22 Jan 2017 08:50:41 +0700 Subject: [PATCH] Unignore vendor and plugin folder --- system/vendor/suin/php-rss-writer/.gitignore | 2 +- system/vendor/suin/php-rss-writer/Tests/.gitignore | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/system/vendor/suin/php-rss-writer/.gitignore b/system/vendor/suin/php-rss-writer/.gitignore index 78b6bc4..c42c252 100755 --- a/system/vendor/suin/php-rss-writer/.gitignore +++ b/system/vendor/suin/php-rss-writer/.gitignore @@ -1,3 +1,3 @@ .idea/ .phpmake -.DS_Store +.DS_Store \ No newline at end of file diff --git a/system/vendor/suin/php-rss-writer/Tests/.gitignore b/system/vendor/suin/php-rss-writer/Tests/.gitignore index 395048e..e69ba2e 100755 --- a/system/vendor/suin/php-rss-writer/Tests/.gitignore +++ b/system/vendor/suin/php-rss-writer/Tests/.gitignore @@ -1,3 +1,2 @@ Coverage/ -vendor/* /composer.lock \ No newline at end of file