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]
This commit is contained in:
Dustin L. Howett (MSFT) 2019-05-14 08:33:46 -07:00 committed by GitHub
parent ef8e20af51
commit df789a4e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,10 @@
"/ipch/",
"/dep/",
"/.vs/",
"/build/"
"/build/",
"/src/cascadia/",
"/.nuget/",
"/.github/"
],
"SuffixFilters": [
".dbb",