Files
moss-ai/app/.dockerignore
雷雨 8635b84b2d init
2025-12-15 22:05:56 +08:00

69 lines
616 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
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# 构建输出
dist
dist-ssr
*.local
# 开发工具
.vscode
.idea
*.swp
*.swo
*~
# 测试
coverage
.nyc_output
# 环境变量
.env
.env.local
.env.*.local
# 系统文件
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Docker
*.Dockerfile
Dockerfile
docker-compose*.yml
.dockerignore
# Tauri (桌面应用相关H5不需要)
src-tauri
target
# 日志
logs
*.log
# 临时文件
tmp
temp
*.tmp
# 文档
README.md
*.md
# Python 后端相关
backend-python
backend-cangjie
__pycache__
*.py[cod]
*$py.class
*.so
.Python