mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
The S3 scrubber contains "S3" in its name, but we want to make it generic in terms of which storage is used (#7547). Therefore, rename it to "storage scrubber", following the naming scheme of already existing components "storage broker" and "storage controller". Part of #7547
31 lines
407 B
Plaintext
31 lines
407 B
Plaintext
*
|
|
|
|
# Files
|
|
!Cargo.lock
|
|
!Cargo.toml
|
|
!Makefile
|
|
!rust-toolchain.toml
|
|
!scripts/combine_control_files.py
|
|
!scripts/ninstall.sh
|
|
!vm-cgconfig.conf
|
|
!docker-compose/run-tests.sh
|
|
|
|
# Directories
|
|
!.cargo/
|
|
!.config/
|
|
!compute_tools/
|
|
!control_plane/
|
|
!libs/
|
|
!neon_local/
|
|
!pageserver/
|
|
!patches/
|
|
!pgxn/
|
|
!proxy/
|
|
!storage_scrubber/
|
|
!safekeeper/
|
|
!storage_broker/
|
|
!storage_controller/
|
|
!trace/
|
|
!vendor/postgres-*/
|
|
!workspace_hack/
|