❔ The folder name does not allow you to synchronize the repository on GitHub
Why when creating the Logs -> Logger.cs folder, Logger.cs writes that the file is "Skipped", but if I change the folder name, then everything is fine
11 Replies
"logs" sounds like something that would be .gitignored, yeah
There is no such key
There is no such key in .gitignore
what happens if you try to commit with normal git commands?
Everything in the Logs folder, as well as the folder itself, will not be synchronized with the remote repository.
i don't see a reason for that behavior besides that name matching a pattern in one of your gitignore files
personally i wouldn't name the folder logs to begin with, but if you want to keep the name you should remove those patterns
Thanks, I didn't notice
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.