Initial commit

This commit is contained in:
Marco Lipparini
2023-07-15 20:03:01 +02:00
commit aa8e75520b
13 changed files with 1833 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
bin
build
ldd
# misc
*.log
.DS_Store
node_modules
.cache
dist
# dependencies
/node_modules
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*