Skip to content

Commit 0236483

Browse files
authored
fix(component): Remove CI files from component (espressif#11924)
1 parent b86c72e commit 0236483

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

idf_component.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
1-
description: "Arduino core for ESP32, ESP32-S and ESP32-C series of SoCs"
1+
description: "Arduino core for ESP32, ESP32-C, ESP32-H, ESP32-P, ESP32-S series of SoCs"
22
url: "https://github.com/espressif/arduino-esp32"
33
license: "LGPL-2.1"
44
targets:
55
- esp32
6-
- esp32s2
7-
- esp32s3
86
- esp32c2
97
- esp32c3
8+
- esp32c5
109
- esp32c6
1110
- esp32h2
1211
- esp32p4
13-
- esp32c5
12+
- esp32s2
13+
- esp32s3
1414
tags:
1515
- arduino
1616
files:
1717
include:
1818
- "variants/esp32/**/*"
19-
- "variants/esp32s2/**/*"
20-
- "variants/esp32s3/**/*"
2119
- "variants/esp32c2/**/*"
2220
- "variants/esp32c3/**/*"
21+
- "variants/esp32c5/**/*"
2322
- "variants/esp32c6/**/*"
2423
- "variants/esp32h2/**/*"
2524
- "variants/esp32p4/**/*"
26-
- "variants/esp32c5/**/*"
25+
- "variants/esp32s2/**/*"
26+
- "variants/esp32s3/**/*"
2727
exclude:
28+
- ".*" # All files in the root directory that start with a dot.
29+
- ".gitlab/"
30+
- ".gitlab/**/*"
2831
- "docs/"
2932
- "docs/**/*"
3033
- "idf_component_examples/"
@@ -36,9 +39,6 @@ files:
3639
- "tools/"
3740
- "tools/**/*"
3841
- "variants/**/*"
39-
- ".gitignore"
40-
- ".gitmodules"
41-
- ".readthedocs.yaml"
4242
- "boards.txt"
4343
- "CODE_OF_CONDUCT.md"
4444
- "LICENSE.md"

0 commit comments

Comments
 (0)