aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 29903ede590955beb2dca788e2e339a17b3f3db6 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "files.associations": {
    "*.css": "tailwindcss",
  },
  "files.exclude": {
    "$": true,
    "src/lib/vendor/storage": true
  },
}