From 07b4ace52fd6097e74d982ba4dbd74dd28a4f8dc Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Sat, 27 Aug 2022 01:50:18 +0300 Subject: [PATCH] Use more restrictive .dockerignore --- .dockerignore | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/.dockerignore b/.dockerignore index 8a3d32e6d2..2c78951923 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,19 +1,18 @@ -**/.git/ -**/__pycache__ -**/.pytest_cache +* -.git -.github -target -tmp_check -tmp_install -tmp_check_cli -test_output -.vscode -.neon -integration_tests/.neon -.mypy_cache - -Dockerfile -.dockerignore +!Cargo.toml +!Cargo.lock +!Makefile +!.cargo/ +!.config/ +!control_plane/ +!compute_tools/ +!libs/ +!pageserver/ +!pgxn/ +!proxy/ +!safekeeper/ +!vendor/postgres/ +!workspace_hack/ +!neon_local/