More careful selection of files to pack
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -45,3 +45,5 @@ extras/At Command Manuals - Unsupported/*
|
|||||||
# Filters
|
# Filters
|
||||||
.gitconfig
|
.gitconfig
|
||||||
filters/*
|
filters/*
|
||||||
|
platformio_extra_envs.ini
|
||||||
|
*.tar.gz
|
||||||
|
10
library.json
10
library.json
@@ -16,7 +16,15 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/vshymanskyy/TinyGSM",
|
"homepage": "https://github.com/vshymanskyy/TinyGSM",
|
||||||
"export": {
|
"export": {
|
||||||
"exclude": ["extras/*", "tools/*"]
|
"include": [
|
||||||
|
"LICENSE",
|
||||||
|
"library.json",
|
||||||
|
"library.properties",
|
||||||
|
"README.md",
|
||||||
|
"keywords.txt",
|
||||||
|
"src/*",
|
||||||
|
"examples/*"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"frameworks": ["arduino", "energia", "wiringpi"],
|
"frameworks": ["arduino", "energia", "wiringpi"],
|
||||||
"platforms": "*",
|
"platforms": "*",
|
||||||
|
Reference in New Issue
Block a user