mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 13:02:55 +00:00
We need some real extensions in S3 to accurately test the code for handling remote extensions. In this PR we just upload three extensions (anon, kq_imcx and postgis), which is enough for testing purposes for now. In addition to creating and uploading the extension archives, we must generate a file `ext_index.json` which specifies important metadata about the extensions. --------- Co-authored-by: Anastasia Lubennikova <anastasia@neon.tech> Co-authored-by: Alexander Bayandin <alexander@neon.tech>
26 lines
330 B
Plaintext
26 lines
330 B
Plaintext
*
|
|
|
|
!rust-toolchain.toml
|
|
!Cargo.toml
|
|
!Cargo.lock
|
|
!Makefile
|
|
|
|
!.cargo/
|
|
!.config/
|
|
!control_plane/
|
|
!compute_tools/
|
|
!libs/
|
|
!pageserver/
|
|
!pgxn/
|
|
!proxy/
|
|
!safekeeper/
|
|
!storage_broker/
|
|
!trace/
|
|
!vendor/postgres-v14/
|
|
!vendor/postgres-v15/
|
|
!workspace_hack/
|
|
!neon_local/
|
|
!scripts/ninstall.sh
|
|
!scripts/combine_control_files.py
|
|
!vm-cgconfig.conf
|