Initial commit

This commit is contained in:
arne 2023-01-03 20:59:23 +01:00
commit 451ece3490
7 changed files with 161 additions and 0 deletions

15
.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
# Created by https://www.toptal.com/developers/gitignore/api/deno
# Edit at https://www.toptal.com/developers/gitignore?templates=deno
### Deno ###
/.idea/
/.vscode/
/node_modules
.env
*.orig
*.pyc
*.swp
# End of https://www.toptal.com/developers/gitignore/api/deno