1226
This commit is contained in:
32
.dockerignore
Normal file
32
.dockerignore
Normal file
@@ -0,0 +1,32 @@
|
||||
# 忽略文件
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.example
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
logs
|
||||
*.log
|
||||
*.sqlite
|
||||
*.db
|
||||
*.cache
|
||||
.coverage
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
node_modules
|
||||
static/node_modules
|
||||
Reference in New Issue
Block a user