SeleniumBase/help_docs/hidden_files_info.md

9 lines
402 B
Markdown
Raw Normal View History

### Info about hidden files on a Mac
Depending on your Mac settings, some files may be hidden from view in your Finder window, such as ``.gitignore``. To view all files, run the following command and then reopen the Finder window:
```bash
defaults write com.apple.finder AppleShowAllFiles -bool true
```
2017-11-02 02:09:00 +08:00
More info on that **[here](https://www.defaults-write.com/show-hidden-files-in-os-x-finder/)**.