diff options
Diffstat (limited to 'options/gitignore/OpenCart')
-rw-r--r-- | options/gitignore/OpenCart | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/options/gitignore/OpenCart b/options/gitignore/OpenCart new file mode 100644 index 0000000..97be41f --- /dev/null +++ b/options/gitignore/OpenCart @@ -0,0 +1,20 @@ +.htaccess +/config.php +admin/config.php + +!index.html + +download/ +image/data/ +image/cache/ +system/cache/ +system/logs/ + +system/storage/ + +# vQmod log files +vqmod/logs/* +# vQmod cache files +vqmod/vqcache/* +vqmod/checked.cache +vqmod/mods.cache |