소스 검색

improved dockerignore

Rodja Trappe 1 년 전
부모
커밋
b519d2e24e
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      .dockerignore

+ 5 - 0
.dockerignore

@@ -4,8 +4,13 @@
 **/.*.swp
 **/dist
 test.py
+demo.py
 **/*.pickle
 **/tests/screenshots
+**/.venv
+**/.pytest_cache
+**/.coverage
+**/.git
 
 # flyctl launch added from .pytest_cache/.gitignore
 # Created by pytest automatically.