lty/qy-lty-admin/.dockerignore
2026-03-17 13:17:02 +08:00

34 lines
432 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.

# Git
.git
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Node.js
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Next.js
# 不再排除.next目录因为需要将其复制到Docker镜像中
# .next
out
# Environment variables
.env
.env.local
.env.development
.env.test
# 不排除生产环境变量因为在docker-compose中使用
# .env.production
# Misc
README.md
.vscode
.idea
*.log
*.md