Hello, I have a glitch project and I have firebase-debug.log and react files, but these are only visible when I use the dir command in terminal I want them to appear in the editor, how can I do that.
Try do refresh
. If itβs still not work, git add <filename> && git commit -am "β
π"
By default glitch hides .log files, most likely because they can get big and crash the editor. Iβm not sure how to force show them, but an acceptable workaround is to temporarily rename the log file.
2 Likes
You can, by adding !<filename>.log
to .gitignore.
2 Likes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.