0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-20 21:52:35 -05:00
penpot/.vscode/settings.json

10 lines
159 B
JSON
Raw Normal View History

2023-06-27 11:29:45 +02:00
{
2023-11-02 13:10:31 +01:00
"files.exclude": {
"**/.clj-kondo": true,
"**/.cpcache": true,
"**/.lsp": true,
"**/.shadow-cljs": true,
"**/node_modules": true
}
2023-06-27 11:29:45 +02:00
}