mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2026-02-01 11:00:16 +07:00
switch to replacing project_name to avoid **
This commit is contained in:
19
.vscode/settings.json
vendored
19
.vscode/settings.json
vendored
@@ -8,21 +8,20 @@
|
|||||||
"csharp.referencesCodeLens.enabled": false,
|
"csharp.referencesCodeLens.enabled": false,
|
||||||
|
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.[^v]*": true, // hide any file that start with a '.' but keep the .vscode folder
|
"**/.[^v]*": true, // hide any files that start with a '.' but keep the .vscode folder
|
||||||
|
".vs": true, // Visual Studio settings
|
||||||
"getFNA.sh": true,
|
"getFNA.sh": true,
|
||||||
"MonoGameContent.targets": true,
|
"MonoGameContent.targets": true,
|
||||||
".vs": true,
|
"project_name/obj": true,
|
||||||
"**/obj": true,
|
"project_name/bin": true,
|
||||||
"**/bin": true,
|
|
||||||
".gitignore": true,
|
".gitignore": true,
|
||||||
".gitmodules": true,
|
".gitmodules": true,
|
||||||
"README.md": true,
|
"README.md": true,
|
||||||
"fnalibs": true,
|
"fnalibs": true,
|
||||||
"**/CompiledContent/bin": true,
|
"project_name/CompiledContent/bin": true,
|
||||||
"**/CompiledContent/obj": true,
|
"project_name/CompiledContent/obj": true,
|
||||||
"**/CompiledContent/.mgstats": true,
|
"project_name/CompiledContent/.mgstats": true,
|
||||||
"**/*.csproj.user": true,
|
"project_name/*.csproj*": true,
|
||||||
"**/*.csproj": true,
|
|
||||||
"*.sln": true,
|
"*.sln": true,
|
||||||
"FNA/[^src]*": true, // hide everything but the src folder
|
"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 bug the Nez folder
|
||||||
@@ -32,4 +31,4 @@
|
|||||||
"Nez.FNA/Nez/Nez.Xamarin*": true,
|
"Nez.FNA/Nez/Nez.Xamarin*": true,
|
||||||
"Nez.FNA/Nez/Nez.Naming*": true,
|
"Nez.FNA/Nez/Nez.Naming*": true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user