Skip to content

Commit 0a988c0

Browse files
author
QuickSander
committed
Add glob patterns to exclude during packaging.
1 parent 2249dd7 commit 0a988c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

library.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
"type": "git",
1515
"url": "https://github.com/QuickSander/ArduinoHttpServer.git"
1616
},
17+
"export":
18+
{
19+
"exclude":
20+
[
21+
".clang_complete",
22+
".gcc-flags.json",
23+
".vscode/"
24+
]
25+
},
1726
"dependencies":
1827
{
1928
"agdl/Base64": "^1.0.0"

0 commit comments

Comments
 (0)