2 Star 0 Fork 0

mtr2015 / opencart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitignore 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
mtr2015 提交于 2016-07-11 00:00 . 3
# Config and Htaccess Files
/.htaccess
/config.php
/admin/config.php
# Image File
!/image/no_image.jpg
# Image Cache Files
/image/cache/*
!/image/cache/index.html
# System Cache Files
/system/storage/cache/*
!/system/storage/cache/index.html
# Modification Files
/system/storage/modification/*
!/system/storage/modification/index.html
# Templates Files
/image/templates/*
/image/templates/default.jpg
# Download Files
/system/storage/download/*
!/system/storage/download/index.html
# Upload Files
# Flags
# remove sharp char if you want to add flags to gitignore
# /flags/*
# Log Files
/system/storage/logs/*
!/system/storage/logs/index.html
# If you want to ignore install file use following lines [on development mode]
# /backup.install/*
# /install/*
# Ignore all vendor files included by composer and the lock file
/tests/phpunit/vendor/*
/tests/phpunit/composer.lock
/vendor/*
# Test Config File
/tests/phpunit/bootstrap.php
# IDE Project files
/.idea
/system/storage/cache/*
/.buildpath
/.project
/.settings/*
/config.php
/admin/config.php
PHP
1
https://gitee.com/mtr2015/opencart.git
git@gitee.com:mtr2015/opencart.git
mtr2015
opencart
opencart
master

搜索帮助