One of my pages dissapeared

Hello!
I opened up my project today to work on it and I noticed that one of the pages was gone from the editor. My website has 2 html pages. They are:
https://score.riverside.rocks/index.html
https://score.riverside.rocks/logs/index.html

When I open the editor, I only see the index.html page. Is there a way to fix it?


Screenshot 2020-03-04 at 12.12.52 PM

Is it still there if you look via the console?

I think the default gitignore ignores directories called logs, so will likely not show in the editor.
You can change this by creating a gitignore file and putting !logs

1 Like

Thank you so much! It worked!