Initial commit

This commit is contained in:
Thea Schöbl
2022-04-21 00:12:31 +02:00
commit 30f773627e
7 changed files with 2093 additions and 0 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