Skip to content

Commit 6899350

Browse files
committed
Do not exclude **/*.unity
1 parent ed0e61c commit 6899350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"files.exclude":
33
{
44
"**/.DS_Store":true,
@@ -42,7 +42,7 @@
4242
"**/*.mat":true,
4343
"**/*.meta":true,
4444
"**/*.prefab":true,
45-
"**/*.unity":true,
45+
// "**/*.unity":true,
4646
"build/":true,
4747
"Build/":true,
4848
"Library/":true,

0 commit comments

Comments
 (0)