lool/.vscode/settings.json
2024-03-30 16:13:40 -03:00

25 lines
506 B
JSON

{
"files.exclude": {
// ⚙️ config
"Taskfile.yaml": true,
".cocorc": true,
".task": true,
".cargo": true,
// "Cargo.toml": true,
// 📦
"Cargo.lock": true,
"target": true,
// 📝 readmes
// "**/**/README.md": true,
"LICENSE": true,
// 🗑️
"check_size.py": true,
"*.code-workspace": true,
".gitignore": true,
".vscode": true,
".git": true,
}
}