I tried to figure out the gitignore thing but ended up removing the main files from the rep

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!

Project link is https://glitch.com/edit/#!/the-keplerbot

Any help is appreciated

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!

1 Like