Skip to content

Commit

Permalink
cleanup vscode explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jul 26, 2024
1 parent c703ff8 commit d35c8e2
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,13 @@
"**/*.meta": true,
"**/*.csproj.xml": true,

// Unity files / folders
"Unity/Unity.sln": true,
"Unity/*.csproj": true,
"Unity/Library": true,
"Unity/Logs": true,
"Unity/UserSettings": true,

// root files / folders
".github": true,
".gitattributes": true,
"package-lock.json": true,
"node_modules": true,
"Directory.Build.props": false,
"yarn.lock": true

// src folder
"src/.cspell.json": true,
"src/.editorconfig": true,
"src/.gitattributes": true,
"src/package-icon.png": true,
}
}

0 comments on commit d35c8e2

Please sign in to comment.