We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06546dc commit f84871aCopy full SHA for f84871a
1 file changed
.gitignore
@@ -1,6 +1,8 @@
1
2
# Arduino Library Development file
3
.development
4
+
5
+# C-cache
6
cache
7
# Atom
8
*.tags
@@ -22,15 +24,17 @@ build
22
24
# ESP-IDF dependencies
23
25
managed_components
26
dependencies.lock
27
28
# Our secrets
29
secret
30
31
# Coverage output
32
cov
33
34
+# Python
35
__pycache__
36
-#Configs
37
+# Configs
38
/.config.*
39
/Kconfig.*
40
/sdkconfig*
0 commit comments