1
0
Эх сурвалжийг харах

reduce context size when building docker images for deployment

Rodja Trappe 3 сар өмнө
parent
commit
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