Files
xingrin/.dockerignore
2025-12-12 18:04:57 +08:00

24 lines
295 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Node modules前端本地开发产物Docker 构建时会重新安装)
frontend/node_modules
frontend/.next
# Python 虚拟环境
.venv
__pycache__
*.pyc
# 日志和临时文件
*.log
.DS_Store
# Git
.git
.gitignore
# IDE
.idea
.vscode
# Docker 相关(避免嵌套)
docker/.env