.gitignore: Added package-lock.json, package.json that were used when I ran code-blocks over the tests.

This commit is contained in:
Michael Frank 2021-04-29 21:32:15 +12:00
parent 2eb02ea212
commit c1b27dc68e

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.vscode
node_modules
package-lock.json
package.json