mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
The dockerignore and dockerfile have also been excluded from being moved into docker images, saving docker layer cache busts if only those are changed.
19 lines
183 B
Plaintext
19 lines
183 B
Plaintext
**/.git/
|
|
**/__pycache__
|
|
**/.pytest_cache
|
|
|
|
.git
|
|
target
|
|
tmp_check
|
|
tmp_install
|
|
tmp_check_cli
|
|
test_output
|
|
.vscode
|
|
.zenith
|
|
integration_tests/.zenith
|
|
.mypy_cache
|
|
|
|
Dockerfile
|
|
.dockerignore
|
|
|