mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-15 20:31:52 +00:00
This commit is contained in:
20
.dockerignore
Normal file
20
.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# 排除環境變數與 Git 資訊
|
||||
.env
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
|
||||
# 排除 Python 暫存與虛擬環境
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
.python-version
|
||||
|
||||
# 排除肥大的 Firefox 資料與 Playwright 暫存
|
||||
app/line_user_data_firefox/
|
||||
app/.cache/
|
||||
|
||||
# 排除說明文件與部署腳本
|
||||
structure.txt
|
||||
README.md
|
||||
deploy.yaml
|
||||
Reference in New Issue
Block a user