By default it is not possible to see .gitignore files in osx. What is command to reveal these files?
⌘⇧.
will toggle the AppleShowAllFiles
setting.
This key combo will work from open/save dialogue boxes in all apps, not just the finder. Use this and you’ll never be confused when on someone else’s Mac or a new Mac, and you can avoid mucking around with defaults write
.
I use the nemonic of “use a dot to show a dot file” to remember it, because of hidden dot files in unix.