Initial commit

This commit is contained in:
Wieland Schöbl
2019-08-20 13:46:25 +02:00
commit 8f62b0faa0
16 changed files with 4370 additions and 0 deletions

10
.npmignore Normal file
View File

@@ -0,0 +1,10 @@
# Ignore all files/folders by default
# See https://stackoverflow.com/a/29932318
/*
# Except these files/folders
!lib
!LICENSE
!package.json
!package-lock.json
!README.md
!src