소스 검색

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
 **/.pytest_cache
 **/.coverage
 **/.coverage
 **/.git
 **/.git
+**/.github
 **/.mypy_cache
 **/.mypy_cache
 **/.nicegui
 **/.nicegui
 
 
-# flyctl launch added from .pytest_cache/.gitignore
-# Created by pytest automatically.
 .pytest_cache/**/*
 .pytest_cache/**/*
-
-# flyctl launch added from tests/.pytest_cache/.gitignore
-# Created by pytest automatically.
 tests/.pytest_cache/**/*
 tests/.pytest_cache/**/*
+**/.ruff_cache
+**/*.pyc
+**/.DS_Store
+**/.idea
+**/.vscode