feat/fix: add .gitignore file (#15)
.gitignore to ignore nodemodules on npm install not present
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.env
|
||||
node_modules
|
||||
Reference in New Issue
Block a user
.gitignore to ignore nodemodules on npm install not present
@@ -0,0 +1,2 @@
|
||||
.env
|
||||
node_modules
|
||||