C
C#15mo ago
Podreju

❔ 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
Jimmacle
Jimmacle15mo ago
"logs" sounds like something that would be .gitignored, yeah
Podreju
Podreju15mo ago
There is no such key There is no such key in .gitignore
Jimmacle
Jimmacle15mo ago
what happens if you try to commit with normal git commands?
Podreju
Podreju15mo ago
Everything in the Logs folder, as well as the folder itself, will not be synchronized with the remote repository.
Jimmacle
Jimmacle15mo ago
i don't see a reason for that behavior besides that name matching a pattern in one of your gitignore files
Podreju
Podreju15mo ago
Jimmacle
Jimmacle15mo ago
Podreju
Podreju15mo ago
Smadge
Jimmacle
Jimmacle15mo ago
personally i wouldn't name the folder logs to begin with, but if you want to keep the name you should remove those patterns
Podreju
Podreju15mo ago
Thanks, I didn't notice
Accord
Accord15mo ago
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.