Hide dist

This commit is contained in:
Andras Schmelczer 2025-02-20 22:26:54 +00:00
parent bb9acaf656
commit db8e4bc2e7
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -2,6 +2,7 @@
"jest.jestCommandLine": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"jest.rootPath": "plugin",
"files.exclude": {
"**/dist": true,
"**/node_modules": true
}
}