Update API and WebSocket base URLs to use environment variables for better configuration management
This commit is contained in:
42
.dockerignore
Normal file
42
.dockerignore
Normal file
@@ -0,0 +1,42 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# 文档
|
||||
README.md
|
||||
LICENSE
|
||||
开发文档/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 构建产物(Docker 内会重新构建)
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
backend/target/
|
||||
*.jar
|
||||
*.war
|
||||
|
||||
# 日志
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Docker 相关(避免递归)
|
||||
docker/
|
||||
.dockerignore
|
||||
|
||||
# 其他
|
||||
*.local
|
||||
.cache/
|
||||
coverage/
|
||||
Reference in New Issue
Block a user