readme + package.json

This commit is contained in:
2023-04-27 17:43:01 +02:00
parent 99ff1abc5d
commit 64452abf6c
4 changed files with 43 additions and 6 deletions

5
.gitignore vendored
View File

@@ -11,4 +11,7 @@
*.log
# ignore node_modules (can be rebuilt with npm i --> shrinks repo size)
node_modules
node_modules
# ignore dist folder (this repo only contains source code!)
/dist