jdshaeffer / hips

web-based "hidden in plain sight" application ***in active development***
2 stars 0 forks source link

update .gitignore to not send compiled server/.js #13

Closed jdshaeffer closed 11 months ago

jdshaeffer commented 1 year ago

ACs

jdshaeffer commented 1 year ago

coming back here. idk best practice around this. may be happy to leave as is - when deploying BE changes, currently you just compile, push, then in the server, pull, restart pm2, and done. the order of operations would be different if we change this, which is not a big deal - you would compile in the server after you pulled it in. might just be a preference thing. thoughts?