initial commit

initial commit
This commit is contained in:
2022-09-21 16:59:50 +02:00
committed by Rainer Killinger
parent 1211369724
commit c36c47267b
7 changed files with 843 additions and 85 deletions

17
.npmignore Normal file
View File

@@ -0,0 +1,17 @@
# Ignore all files/folders by default
# See https://stackoverflow.com/a/29932318
/*
# Except these files/folders
!.editorconfig
!.gitignore
!.npmignore
!lib
lib/tsconfig.tsbuildinfo
!LICENSE
!package.json
!package-lock.json
!README.md
!scripts
!templates
!tsconfig.json
!tslint.json