1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00
patched-porobot/.vscode/settings.json

15 lines
322 B
JSON
Raw Normal View History

2022-08-13 04:16:12 +00:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
".idea": true,
".dockerignore": true,
"Cargo.lock": true,
"riot.txt": true,
"target": true,
}
}