Thing Time 📦

This commit is contained in:
Nikolaj Frey 2023-02-27 20:31:32 +11:00
parent f914e94c35
commit b68654e93f
2 changed files with 3 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
node_modules
localhost-key.pem
localhost.pem
localhost.pem
.vscode

View File

@ -1,3 +0,0 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}