.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
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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