mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
partially fixes https://github.com/neondatabase/cloud/issues/19249 ref https://docs.rs/reqwest/latest/reqwest/redirect/index.html > By default, a Client will automatically handle HTTP redirects, having a maximum redirect chain of 10 hops. To customize this behavior, a redirect::Policy can be used with a ClientBuilder.
28 lines
258 B
Plaintext
28 lines
258 B
Plaintext
/pg_install
|
|
/target
|
|
/tmp_check
|
|
/tmp_check_cli
|
|
__pycache__/
|
|
test_output/
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
tags
|
|
neon.iml
|
|
/.neon
|
|
/integration_tests/.neon
|
|
compaction-suite-results.*
|
|
|
|
# Coverage
|
|
*.profraw
|
|
*.profdata
|
|
|
|
*.key
|
|
*.crt
|
|
*.o
|
|
*.so
|
|
*.Po
|
|
|
|
# pgindent typedef lists
|
|
*.list
|