create git ignore

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

2
.gitignore vendored
View File

@ -23,3 +23,5 @@ node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
client\node_modules
server\node_modules

View File

@ -55,7 +55,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",