Use more restrictive .dockerignore

This commit is contained in:
Kirill Bulatov
2022-08-27 01:50:18 +03:00
committed by Kirill Bulatov
parent ee8b5f967d
commit 07b4ace52f

View File

@@ -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/