ZerioDev / Music-bot

A complete code to download for a cool Discord music bot !
https://discord.gg/5cGSYV8ZZj
GNU General Public License v3.0
864 stars 1.05k forks source link

config.js should be in .gitignore #323

Open BoredKevin opened 2 weeks ago

BoredKevin commented 2 weeks ago

Hi there, I think that the config.js file should be added to the .gitignore file to ensure that important variables containing sensitive information are not tracked by Git and are not pushed to the remote repository.

Some people run this bot by forking it and since config.js isn't a standard way of keeping secrets, I think it should be important to add it to .gitignore