diff options
author | Miodec <[email protected]> | 2024-09-20 11:52:40 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2024-09-20 11:56:37 +0200 |
commit | f23ea56fe0ea5bbab0785ca878b6bf72d3e8cb6a (patch) | |
tree | 717d0e6d13088a3fc4db018b7f246a05ebe638c9 /monkeytype.code-workspace | |
parent | 1509a675b85aa407eb04118e37743cd165b9a474 (diff) | |
download | monkeytype-f23ea56fe0ea5bbab0785ca878b6bf72d3e8cb6a.tar.gz monkeytype-f23ea56fe0ea5bbab0785ca878b6bf72d3e8cb6a.zip |
chore(workspace): move contracts back to the packages folder
Diffstat (limited to 'monkeytype.code-workspace')
-rw-r--r-- | monkeytype.code-workspace | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/monkeytype.code-workspace b/monkeytype.code-workspace index e892f740c..8cf0e6c1c 100644 --- a/monkeytype.code-workspace +++ b/monkeytype.code-workspace @@ -9,10 +9,6 @@ "path": "frontend" }, { - "name": "contracts", - "path": "packages/contracts" - }, - { "name": "packages", "path": "packages" }, @@ -25,8 +21,7 @@ "files.exclude": { "frontend": true, "backend": true, - "packages": true, - "contracts": true + "packages": true }, "search.exclude": { //defaults |