Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 0d117b9

Browse files
authored
Removed unnecessary code.
Removed all traces of unused paths.
1 parent eecb4b4 commit 0d117b9

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

default.project.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,10 @@
11
{
22
"name": "project",
33
"tree": {
4-
"$className": "DataModel",
5-
"ReplicatedStorage": {
6-
"$className": "ReplicatedStorage",
7-
"$ignoreUnknownInstances": true,
8-
"$path": "src/ReplicatedStorage"
9-
},
10-
"ServerScriptService": {
11-
"$className": "ServerScriptService",
12-
"$ignoreUnknownInstances": true,
13-
"$path": "src/ServerScriptService"
14-
},
15-
"StarterPlayer": {
16-
"$className": "StarterPlayer",
17-
"StarterPlayerScripts": {
18-
"$className": "StarterPlayerScripts",
19-
"$ignoreUnknownInstances": true,
20-
"$path": "src/StarterPlayer/StarterPlayerScripts"
21-
},
22-
"$ignoreUnknownInstances": true
23-
},
244
"Workspace": {
255
"$className": "Workspace",
266
"$ignoreUnknownInstances": true,
277
"$path": "src/Workspace"
288
}
299
}
30-
}
10+
}

0 commit comments

Comments
 (0)