Initial commit
This commit is contained in:
22
.dockerignore
Normal file
22
.dockerignore
Normal file
@@ -0,0 +1,22 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# 本地Cookie (!! 绝对禁止打包 !!)
|
||||
cookie.txt
|
||||
*.bak
|
||||
|
||||
# 文档
|
||||
README.md
|
||||
使用文档.md
|
||||
*.png
|
||||
*.jpg
|
||||
|
||||
# Python 缓存
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# IDE/系统
|
||||
.vscode/
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user