Closed dlee13 closed 2 years ago
Sorry for the late reply, but I'm sure that leaving out **/ does the exact same thing?
Leaving that out means it'll only match the .DS_Store
found at the project root.
Leaving that out means it'll only match the
.DS_Store
found at the project root.
Then what about this?
Maybe the Github app handles the gitignore differently than cli git.
Also just tried out git cli, same result
Your
.gitignore
should beThe
**/
prefix is a pattern that means to match in all directories. https://git-scm.com/docs/gitignore#_pattern_format