# ignore everything
*
*/

# whitelist needed files
!package.json

!src/*.js
!out/*.json

!images/icon.png

!README.md
!LICENSE.txt
!CHANGELOG.md
