📝 Updated scripts and added default gitignores
This commit is contained in:
parent
ceffdc06f4
commit
d4226720cb
258 changed files with 6900 additions and 27 deletions
20
gitignore/OpenCart.gitignore
Normal file
20
gitignore/OpenCart.gitignore
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue