فهرست منبع

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