create git ignore
This commit is contained in:
parent
42598d6f20
commit
dcf0e059c8
|
@ -23,3 +23,5 @@ node_modules
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
client\node_modules
|
||||||
|
server\node_modules
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
"description": "sign up and sign in auth",
|
"description": "sign up and sign in auth",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nodemon server.js",
|
"start": "node server.js",
|
||||||
"app": "cd .. && npm start"
|
"app": "cd .. && npm start"
|
||||||
},
|
},
|
||||||
"author": "B. Priyatham Sai chand",
|
"author": "B. Priyatham Sai chand",
|
||||||
|
|
Loading…
Reference in New Issue