Skip to content

Commit

Permalink
Excluded unnecessary directories for final ZIP archive
Browse files Browse the repository at this point in the history
PlatformIO Library Manager uses ``library.json`` to export necessary files into own ZIP archive. Then this archive will be used by ``platformio lib install`` command. 

I would ask you to exclude unnecessary content. For example, without excluding the size of this lib is equal ~12MB, with ``exclude`` field - ``several Kbytes``.

Thanks :)
  • Loading branch information
ivankravets committed Mar 26, 2015
1 parent da3dc4e commit 3b9bed5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library.json
Expand Up @@ -3,6 +3,12 @@
"keywords": "protocol, message, communication, serial",
"description": "A serial messaging library for the Arduino and .NET/Mono platform",
"include": "CmdMessenger",
"exclude":
[
"CSharp",
"Documentation",
"Tools"
],
"repository":
{
"type": "git",
Expand Down

0 comments on commit 3b9bed5

Please sign in to comment.