Why is the file/folder name green?

Question: The folder name QwertyQwerty88 is green. Why?

Repl link/Link to where the bug appears: https://replit.com/@m00gle/9d5ff3d2-795a-4609-bb47-a5d4d13bd681-forms#main.py

Screenshots, links, or other helpful context:

image

code snippet

I dont know the specifics but thats due to some change if you are using Git

3 Likes

Hmmm
 Is it because the files were automatically created by the server instead of manually added?

1 Like

The green means some change has been made to that folder/file. The corresponding letters and other colors mean stuff that was modified, added, and there is probably other stuff too.

Are you not wanting to commit these? You will need to add a .gitignore to your repository and it shouldn’t commit those changes when you commit to your repository.

3 Likes

It’s never happened before. Git usually shows that by putting a letter, e.g. A or M, for Added and Modified respectively, next to the filename.

Now that I think about it, I think you’re right. I know that the tan coloring existed before, but I dunno about that green

2 Likes