|
|
|
|
|
by videlov
477 days ago
|
|
> excludesfile = ~/.gitignore It has happened to me in the past to wonder why certain files/folders are ignored by git, only to realise that I had a global git ignore for the particular pattern. Not sure l’d recommend this as a good default, but perhaps others have better memory than I do. |
|
There's also `git status --ignored` to check if you're missing anything.