We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9451faf commit 35c7250Copy full SHA for 35c7250
1 file changed
.gitignore
@@ -55,6 +55,10 @@ share/python-wheels/
55
.installed.cfg
56
*.egg
57
58
+# Firmware-loader boards content is loaded dynamically and is never checked in,
59
+# even when present locally for testing.
60
+/public/firmware-loader/boards
61
+
62
# Virtual environments
63
venv/
64
env/
0 commit comments