From 08aa4500681f309d25659364d5f713607f0a7852 Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 29 Jun 2023 17:00:04 -0400 Subject: [PATCH 1/2] update dockerignore file --- .dockerignore | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index b696b2c99a..f7cd37dd19 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,8 @@ **/data/ -*.log -*.png -*.pstats +**/*.log +**/*.png +**/*.pstats +**/*.ipynb **/bittensor.egg-info/* **/lib/* **/build/* @@ -10,6 +11,11 @@ **/env/* **/venv/* **/tmp/* -./circleci/* -./github/* -.ipynb \ No newline at end of file +**/test_results/* +**/__pycache__/* +**/.circleci +**/.git +**/.github +**/.hypothesis +**/.vscode +**/.gitignore \ No newline at end of file From 5230f415c1c7fea8eb4fb61d605801ad978cb71e Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Thu, 29 Jun 2023 17:01:35 -0400 Subject: [PATCH 2/2] add newline --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index f7cd37dd19..eabfb03301 100644 --- a/.dockerignore +++ b/.dockerignore @@ -18,4 +18,4 @@ **/.github **/.hypothesis **/.vscode -**/.gitignore \ No newline at end of file +**/.gitignore