-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
garage.code-workspace
116 lines (116 loc) · 2.19 KB
/
garage.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"folders": [
{
"name": "root",
"path": "."
},
{
"name": "core",
"path": "packages/core"
},
{
"name": "locamusic",
"path": "packages/listen_to_music_by_location"
},
{
"name": "obento",
"path": "packages/obento"
},
{
"name": "firebase",
"path": "firebase"
},
{
"name": "functions",
"path": "firebase/functions"
},
],
"settings": {
"dart.flutterSdkPath": ".fvm/versions/stable",
"search.exclude": {
"**/.fvm": true,
"**/build": true
},
"files.watcherExclude": {
"**/.fvm": true
},
"files.exclude": {
".metadata": true,
"*.log": true,
".idea": true,
".gitignore": true,
"build": true,
".dart_tool": true,
".flutter-*": true,
"*.iml": true,
"coverage": true,
".fvm": true,
".fvmrc": true,
"**/lib/src": true,
"**/lib/test": true,
"**/.symlinks": true,
"**/Pods": true
},
"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
".git/objects",
".vscode",
".vscode-insiders",
"*.g.dart",
"*.freezed.dart",
"*.gen.dart",
"*.mocks.dart",
"firebase_options*.dart"
],
"cSpell.words": [
"appbundle",
"autovalidate",
"budoux",
"codesign",
"cupertino",
"exclamationmark",
"firestore",
"flutterfire",
"fullscreen",
"Geofence",
"goldens",
"Kanagu",
"kingu",
"Kohei",
"lcov",
"loca",
"Locamusic",
"Locamusics",
"Millis",
"mobilesdk",
"Noto",
"obento",
"Podfile",
"precache",
"predeploy",
"pubspec",
"remoteconfig",
"Reorderable",
"riverpod",
"Roboto",
"roggle",
"todos",
"typedefs",
"unawaited",
"webp"
],
"jest.disabledWorkspaceFolders": [
"root",
"core",
"firebase",
"listen_to_music_by_location",
"obento",
],
"cSpell.enabled": true,
"cSpell.enableFiletypes": [
"github-actions-workflow"
],
"eslint.experimental.useFlatConfig": true
}
}