I don’t know what the hell I did to create this but now all my edited files have typos in their file types:
this doesn’t seem to cause any issues in engine, but this seems like It may become a problem in the future, especially since I cannot access the code through github backups when they are like this
Looks like you accidentally removed the build
folder from your gitignore. The “c” at the end is automatically added to every file as it’s compiled and is nothing to worry about.
2 Likes
oh yeah, probably moved when I re-organised my files, thank you
1 Like