This commit is contained in:
prime31 2019-02-15 10:24:46 -08:00 committed by GitHub
parent 6b45dac418
commit 744b9154fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
"project_name/*.csproj*": true,
"*.sln": true,
"FNA/[^src]*": true, // hide everything but the src folder
"Nez.FNA/[^Nez]*": true, // hide everything bug the Nez folder
"Nez.FNA/[^Nez]*": true, // hide everything but the Nez folder
"Nez.FNA/Nez.FNA*": true, // we miss the Nez.FNA* stuff with the above line so hide that too
"Nez.FNA/Nez/{[^DN]*}": true, // hide everything except what begins with D or N
"Nez.FNA/Nez/Nez.VisualStudio*": true,