Project name: musibeth-discord-bot
Programming a bot for Discord, my record suddenly filled up and I can’t understand why.
Could you help me?
Project name: musibeth-discord-bot
Programming a bot for Discord, my record suddenly filled up and I can’t understand why.
Could you help me?
Most likely git/rewind is being slightly agreesive and is tracking everything including database changes.
.gitignore
ing the database files should take care of it being recorded by Rewind. Or move it to the .data
folder…
Any . folder should work.