naurffxiv / moddingway

Moderation bot for NAUR discord server.
0 stars 4 forks source link

Add config.sh to .gitignore #99

Closed brtran4 closed 3 weeks ago

brtran4 commented 2 months ago

config.sh is a file that holds all of the environment variables for testing the bot. This should not be exposed to the public as each developer's config.sh holds their discord bot token and other protected tokens. This commit removes this file from the directory all-together to ensure the safety of their discord bot tokens.