1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-30 10:48:07 +01:00
tabler-icons/.vscode/settings.json
2023-03-07 00:31:36 +01:00

13 lines
254 B
JSON

{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.idea/": true,
"icons": true
},
"explorerExclude.backup": {}
}