From e088d47b722234104656307722badbf516b66d02 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Tue, 11 Jun 2024 17:55:51 +0200 Subject: [PATCH] build: Add third-party directory for external dependencies --- third-party/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 third-party/.gitignore diff --git a/third-party/.gitignore b/third-party/.gitignore new file mode 100644 index 000000000..c2ea6c5b8 --- /dev/null +++ b/third-party/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything by default, third-party sources are coming from other places +* + +# Include specific files that should be tracked by Git +!.gitignore