fgo-ta-com-website/.vscode/settings.json
Firq 8e88fd8597
All checks were successful
/ checking (push) Successful in 44s
testing with dockerfile
2023-12-20 20:32:02 +01:00

13 lines
283 B
JSON

{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/__pycache__": true,
"**/node_modules": false
},
"hide-files.files": []
}