1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-02-16 15:53:58 +00:00

Add VSCode project settings

This commit is contained in:
Steffo 2023-03-15 09:07:24 +00:00 committed by GitHub
parent 79a77d51d1
commit fea25894b7
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"files.exclude": {
"node_modules/**": true,
".idea/**": true,
}
}