Files
cuimengxue/.gitignore
王子琦 4dd3fac720 feat: 添加前端页面截图
包含登录、商品、购物车、订单、收藏、个人中心、商家概览、管理员审核等页面截图

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-02-28 13:19:50 +08:00

67 lines
709 B
Plaintext

# Node.js
node_modules/
npm-debug.log
yarn-error.log
yarn-debug.log
.pnpm-debug.log
.npm
.yarn
# Build outputs
dist/
build/
out/
.next/
.nuxt/
.cache/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE and editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store
*.sublime-project
*.sublime-workspace
# Logs
logs
*.log
# Testing
coverage/
.nyc_output/
# Dependency directories
jspm_packages/
bower_components/
# Misc
.DS_Store
Thumbs.db
# Java / Maven build outputs
target/
*.class
*.jar
*.war
# Backend uploads
backend/uploads/
# Python
__pycache__/
*.pyc
*.pyo
# Screenshots (root level only)
/*.png
# Allow frontend screenshots
!frontend/screenshots/