From 02b5e6861089e32ab8a1a55f3fba42ff45c88026 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Fri, 30 Oct 2020 12:47:03 -0400 Subject: [PATCH] More careful selection of files to pack --- .gitignore | 2 ++ library.json | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bfad8b1..2b40655 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ extras/At Command Manuals - Unsupported/* # Filters .gitconfig filters/* +platformio_extra_envs.ini +*.tar.gz diff --git a/library.json b/library.json index 3edbf95..208a7d1 100644 --- a/library.json +++ b/library.json @@ -16,7 +16,15 @@ }, "homepage": "https://github.com/vshymanskyy/TinyGSM", "export": { - "exclude": ["extras/*", "tools/*"] + "include": [ + "LICENSE", + "library.json", + "library.properties", + "README.md", + "keywords.txt", + "src/*", + "examples/*" + ] }, "frameworks": ["arduino", "energia", "wiringpi"], "platforms": "*",