Files
cuimengxue/.gitignore
王子琦 5e7c137e87 chore: 更新 .gitignore 排除构建产物和临时文件
添加 target/、*.class、__pycache__/、backend/uploads/、*.png 等规则

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

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

65 lines
651 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)
*.png