Hacker News new | ask | show | jobs
by maximilianthe1 257 days ago
Looks like you've committed `.env` file with private info. I suggest you change token immediately and add `.gitgnore`! That's a *security risk*!

It's best practice to keep env files private, but commit something like `template.env` with placeholder values.

Other than that - looks like a must-use tool for every roblox studio!

1 comments

Thanks for catching this. Strange part is I actually had added this to my git ignore last time, so maybe something went wrong in the process.

Highly appreciated!

Thank you for the feedback as well :)