create git ignore

This commit is contained in:
Priyatham Sai Chand 2021-03-24 13:15:31 +05:30
parent 9e90363f4c
commit 4d8b73a27d
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
client\node_modules
server\node_modules

View File

@ -4,7 +4,7 @@
"description": "sign up and sign in auth",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"start": "node server.js",
"app": "cd .. && npm start"
},
"author": "B. Priyatham Sai chand",