firq-dev-website/.vscode/settings.json

12 lines
249 B
JSON
Raw Permalink Normal View History

2023-12-31 15:50:29 +00:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/__pycache__": true
},
"hide-files.files": []
}