Files
backend/.vscode/settings.json
T
TakahashiNg 58310e877b
Java CI with Maven / build-and-test (pull_request) Failing after 2m52s
chore: update
2026-05-06 14:34:52 +00:00

13 lines
283 B
JSON

{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/target": true,
"**/docker": true,
"node_modules": true
},
"explorerExclude.backup": {}
}