Files
Agent-n8n/.vscode/settings.json

10 lines
188 B
JSON
Raw Permalink Normal View History

2025-09-08 04:48:28 +08:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
".yoyo": true
}
}