mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 10:04:21 +00:00
15 lines
322 B
JSON
15 lines
322 B
JSON
|
{
|
||
|
"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,
|
||
|
}
|
||
|
}
|