mirror of https://github.com/immich-app/immich.git
fix(mobile): Fix background backup on iOS (#4038)
parent
fd6ade2b5d
commit
47ea47ce14
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"dart.flutterSdkPath": ".fvm/flutter_sdk",
|
||||||
|
// Remove .fvm files from search
|
||||||
|
"search.exclude": {
|
||||||
|
"**/.fvm": true
|
||||||
|
},
|
||||||
|
// Remove from file watching
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/.fvm": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue