feat: Added basic Node.js template.

This commit is contained in:
Spencer Brower
2023-06-14 17:56:45 -04:00
parent 1a9e103169
commit 87498ec037
5 changed files with 89 additions and 0 deletions

2
templates/nodejs/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.direnv
node_modules