Skip to content

Commit

Permalink
Tests-Unity: don't show generated files in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jul 26, 2024
1 parent d35c8e2 commit 4555d78
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"**/*.meta": true,
"**/*.csproj.xml": true,

// Tests-Unity files / folders
"src/Tests-Unity/*.csproj": true,
"src/Tests-Unity/Tests-Unity.sln": true,

"src/Tests-Unity/Library": true,
"src/Tests-Unity/Logs": true,
"src/Tests-Unity/Temp": true,
"src/Tests-Unity/UserSettings": true,

// root files / folders
".github": true,

Expand Down

0 comments on commit 4555d78

Please sign in to comment.