mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 09:34:21 +00:00
Hide unmodifiable files from VSC
This commit is contained in:
parent
5b7947028f
commit
f954588c34
1 changed files with 15 additions and 0 deletions
15
.vscode/settings.json
vendored
Normal file
15
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"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,
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue