feat/fix: add .gitignore file (#15)

.gitignore to ignore nodemodules on npm install not present
This commit is contained in:
Mayur Patil 2020-12-09 20:30:16 +05:30 committed by GitHub
parent 87ebc9c36a
commit 42569e00f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored Normal file
View File

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