dragon_fire/dragon_fire.code-workspace
David Bailey bbc093b497
Some checks reported warnings
/ phplint (push) Has been cancelled
feat(analytics): add filters/detectors for assumed-bogus requests
2025-04-08 10:05:13 +02:00

19 lines
No EOL
214 B
Text

{
"folders": [
{
"path": "."
},
{
"path": "../dragon_fire_content"
}
],
"settings": {
"conventionalCommits.scopes": [
"search",
"templates",
"css",
"database",
"analytics"
]
}
}