Skip to content

Commit 41c3b5f

Browse files
committed
File exclusion for pio package
1 parent ea60d1d commit 41c3b5f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

library.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
"base": "examples/ListCapabilities",
4141
"files": [ "ListCapabilities.ino" ]
4242
}
43-
]
44-
}
45-
43+
],
44+
"export": {
45+
"exclude": [
46+
".gitignore",
47+
".github",
48+
"*/*/.gitignore",
49+
"*/*/.vscode"
50+
]
51+
}
52+
}
53+

0 commit comments

Comments
 (0)