浏览代码

reduce context size when building docker images for deployment

Rodja Trappe 3 月之前
父节点
当前提交
ee0d507459
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6 5
      .dockerignore

+ 6 - 5
.dockerignore

@@ -11,13 +11,14 @@ demo.py
 **/.pytest_cache
 **/.coverage
 **/.git
+**/.github
 **/.mypy_cache
 **/.nicegui
 
-# flyctl launch added from .pytest_cache/.gitignore
-# Created by pytest automatically.
 .pytest_cache/**/*
-
-# flyctl launch added from tests/.pytest_cache/.gitignore
-# Created by pytest automatically.
 tests/.pytest_cache/**/*
+**/.ruff_cache
+**/*.pyc
+**/.DS_Store
+**/.idea
+**/.vscode