I was trying to figure out gitignore in the console, trying out different methods, but I ended up removing the files from the rep and I can’t see them anymore but they still work, please help!
you have 2 files (bot.js + datas.json) inside the .gitignore folder, that means that they will be hidden from the editor but still there! All you have to do, to see them again is remove them from the.gitignore file, and refresh the editor!