From 7e51adfad68f00140859ff916b213e744ae0dfb8 Mon Sep 17 00:00:00 2001 From: suyanhanx Date: Wed, 18 Oct 2023 17:22:54 +0800 Subject: [PATCH] chore: do not export unreleased bindings Archive this by modifying .gitattributes file. Signed-off-by: suyanhanx --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitattributes b/.gitattributes index 034c8500e9c6..51806da03535 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,19 @@ website export-ignore examples export-ignore + +# We will not export unreleased components. +# If any of these are released, remove the line. +bin export-ignore +integrations export-ignore + +bindings/c export-ignore +bindings/cpp export-ignore +bindings/dotnet export-ignore +bindings/go export-ignore +bindings/haskell export-ignore +bindings/lua export-ignore +bindings/ocaml export-ignore +bindings/php export-ignore +bindings/ruby export-ignore +bindings/swift export-ignore +bindings/zig export-ignore