0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
penpot/.vscode/settings.json

10 lines
159 B
JSON
Raw Normal View History

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