forked from edgeimpulse/expert-projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mlc_config.json
111 lines (111 loc) · 2.75 KB
/
.mlc_config.json
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
{
"replacementPatterns": [
{
"pattern": "^#",
"replacement": "/#"
},
{
"pattern": "^\\_",
"replacement": "_"
},
{
"pattern": "^"",
"replacement": ""
},
{
"pattern": "^\"",
"replacement": ""
},
{
"pattern": ""(.*?)"",
"replacement": ""
},
{
"pattern": "^/",
"replacement": "/github/workspace/"
}
],
"ignorePatterns": [
{
"pattern": "/https://www.st.com/en/ecosystems/x-nucleo-iks02a1.html/"
},
{
"pattern": "/https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK/Download#infotabs/"
},
{
"pattern": "/https://medium.com/flawless-app-stories/gyp-no-xcode-or-clt-version-detected-macos-catalina-anansewaa-38b536389e8d/"
},
{
"pattern": "https://studio.edgeimpulse.com/v1"
},
{
"pattern": "/https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/NRF52840-DK/8593726/"
},
{
"pattern": "^https://www.digikey.com"
},
{
"pattern": "https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK/Download#infotabs"
},
{
"pattern": "https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line-Tools/Download"
},
{
"pattern": "^https://developer.sony.com"
},
{
"pattern": "https://support.apple.com/en-us/HT211861"
},
{
"pattern": "https://gcc.gnu.org/"
},
{
"pattern": "https://github.com/edgeimpulse/example-standalone-inferencing-cmake"
},
{
"pattern": "^https://www.chip1stop.com/"
},
{
"pattern": "http://localhost:4446"
},
{
"pattern": "http://localhost:8082"
},
{
"pattern": "^https://www.arducam.com/"
},
{
"pattern": "^https://studio.edgeimpulse.com/public/17972/"
},
{
"pattern": "^https://www2.mouser.com"
},
{
"pattern": "https://www.edgeimpulse.com/blog/collect-sensor-data-straight-from-your-web-browser"
},
{
"pattern": "https://arxiv.org/abs/1801.04381"
},
{
"pattern": "https://devzone.nordicsemi.com/f/nordic-q-a/81695/no-matching-trait-found/338941?focus=true"
},
{
"pattern": "https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads"
},
{
"pattern": "https://github.com/edgeimpulse/firmware-synaptics-ka10000"
},
{
"pattern": "https://alifsemi.com/downloads/AAPN0002"
},
{
"pattern": "https://www.cplusplus.com/reference/cmath"
},
{
"pattern": "https://www.gnu.org/software/make"
},
{
"pattern": "https://apps.apple.com/us/app/nrf-edge-impulse/id1557234087"
}
]
}