This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
By default, files which begin with a dot (e.g. .gitignore ) on macOS are hidden from the Finder app. You can however, quickly show or hide these files with a simple Terminal script. # Show files $ defaults write com.apple.finder AppleShowAllFiles YES $ killall Finder # Hide files $ defaults write com.apple.finder AppleShowAllFiles NO $ killall Finder
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.