Initial Commit

This commit is contained in:
Wieland Schöbl
2021-08-04 13:25:50 +02:00
commit 42c9d02036
61 changed files with 7567 additions and 0 deletions

12
.npmignore Normal file
View File

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