Skip to content

Commit

Permalink
More careful selection of files to pack
Browse files Browse the repository at this point in the history
  • Loading branch information
SRGDamia1 committed Oct 30, 2020
1 parent 1576ecd commit 02b5e68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ extras/At Command Manuals - Unsupported/*
# Filters
.gitconfig
filters/*
platformio_extra_envs.ini
*.tar.gz
10 changes: 9 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down

0 comments on commit 02b5e68

Please sign in to comment.