From b5f807c0b65b5a0a05fa7839a0e01158afc49158 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Oct 2016 11:41:12 +0000 Subject: [PATCH 1/2] excluding vqmod cache files and logs --- OpenCart.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OpenCart.gitignore b/OpenCart.gitignore index 28e45aa6..254103bd 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -11,3 +11,9 @@ system/cache/ system/logs/ system/storage/ + +# vQmod +vqmod/logs/* +vqmod/vqcache/* +vqmod/checked.cache +vqmod/mods.cache From f2aff1de00735757ed0ae3b75edadcec58ff357d Mon Sep 17 00:00:00 2001 From: dvlprs Date: Sat, 15 Oct 2016 11:44:22 +0000 Subject: [PATCH 2/2] excluding vqmod cache files and logs --- OpenCart.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OpenCart.gitignore b/OpenCart.gitignore index 254103bd..97be41fa 100644 --- a/OpenCart.gitignore +++ b/OpenCart.gitignore @@ -12,8 +12,9 @@ system/logs/ system/storage/ -# vQmod +# vQmod log files vqmod/logs/* +# vQmod cache files vqmod/vqcache/* vqmod/checked.cache vqmod/mods.cache