From df789a4e75e58b7cc3f9fcba092371ee16bb9b1e Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett (MSFT)" Date: Tue, 14 May 2019 08:33:46 -0700 Subject: [PATCH] Exclude Windows Terminal sources and some other files from git2git (#749) * Remove Windows Terminal sources from git2git This will remove Windows Terminal sources from any replications driven by git2git. * Exclude .nuget and .github as well. [skip ci] --- consolegit2gitfilters.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/consolegit2gitfilters.json b/consolegit2gitfilters.json index 358885e6e..49286df0e 100644 --- a/consolegit2gitfilters.json +++ b/consolegit2gitfilters.json @@ -12,7 +12,10 @@ "/ipch/", "/dep/", "/.vs/", - "/build/" + "/build/", + "/src/cascadia/", + "/.nuget/", + "/.github/" ], "SuffixFilters": [ ".dbb",