加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
# Config and Htaccess Files
/upload/.htaccess
/upload/config.php
/upload/admin/config.php
# Image File
!/upload/image/no_image.jpg
# Image Cache Files
/upload/image/cache/*
!/upload/image/cache/index.html
# Templates Files
/upload/image/templates/*
/upload/image/templates/default.jpg
# Backup Files
/upload/system/storage/backup/*
!/upload/system/storage/backup/index.html
# System Cache Files
/upload/system/storage/cache/*
!/upload/system/storage/cache/index.html
# Download Files
/upload/system/storage/download/*
!/upload/system/storage/download/index.html
# Log Files
/upload/system/storage/logs/*
!/upload/system/storage/logs/index.html
# Marketing Files
/upload/system/storage/marketing/*
!/upload/system/storage/marketing/index.html
# Modification Files
/upload/system/storage/modification/*
!/upload/system/storage/modification/index.html
# Session Files
/upload/system/storage/session/*
!/upload/system/storage/session/index.html
# Upload Files
/upload/system/storage/upload/*
!/upload/system/storage/upload/index.html
# Flags
# remove sharp char if you want to add flags to gitignore
# /upload/flags/*
# If you want to ignore install file use following lines [on development mode]
# /upload/backup.install/*
# /upload/install/*
/tests/phpunit/vendor/*
/tests/phpunit/composer.lock
/tests/phpunit/bootstrap.php
# IDE Project files
/.idea
/upload/.idea
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化