0514.1
This commit is contained in:
32
.dockerignore
Normal file
32
.dockerignore
Normal file
@@ -0,0 +1,32 @@
|
||||
# 开发环境文件
|
||||
node_modules
|
||||
.git
|
||||
.github
|
||||
.next
|
||||
.vscode
|
||||
*.log
|
||||
*.md
|
||||
!README-*.md
|
||||
|
||||
# 测试文件
|
||||
__tests__
|
||||
coverage
|
||||
jest.config.js
|
||||
|
||||
# 本地开发文件
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Docker相关文件
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
|
||||
# 其他文件
|
||||
.DS_Store
|
||||
*.zip
|
||||
*.tar.gz
|
||||
.cursor
|
||||
Reference in New Issue
Block a user