create git ignore
This commit is contained in:
parent
9e90363f4c
commit
4d8b73a27d
|
@ -0,0 +1,2 @@
|
||||||
|
client\node_modules
|
||||||
|
server\node_modules
|
|
@ -4,7 +4,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