diff options
author | root <root@gallardo.afterburst.com> | 2016-10-15 11:41:12 +0000 |
---|---|---|
committer | root <root@gallardo.afterburst.com> | 2016-10-15 11:41:12 +0000 |
commit | b5f807c0b65b5a0a05fa7839a0e01158afc49158 (patch) | |
tree | 896f08c34eb41615355ebb4430eb044a88170bca /OpenCart.gitignore | |
parent | abad92dac5a4306f72242dae3bca6e277bce3615 (diff) | |
download | gitignore-b5f807c0b65b5a0a05fa7839a0e01158afc49158.tar.gz gitignore-b5f807c0b65b5a0a05fa7839a0e01158afc49158.zip |
excluding vqmod cache files and logs
Diffstat (limited to 'OpenCart.gitignore')
-rw-r--r-- | OpenCart.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
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 |