Macbook creates a .DS_Store file in every folder you view in Finder. This file stores metadata about that folder’s contents as well as user customizations for things like view type and icon size. How to Stop DS_Store File Creation on Shared Network Drives on macbook
These .DS_Store files are hidden from you in macOS so they won’t clutter up your folder views. But in mixed-OS environments, the .DS_Store files can become a problem.
Stop DS_Store File Creation
To disable the creation of .ds_store files, launch the Terminal application from /Applications/Utilities/ and enter the following command string exactly:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Enable DS_Store File Creation
defaults write com.apple.desktopservices DSDontWriteNetworkStores false
[alert type=white ]💥Deploy github project to Heroku with custom domain💥[/alert]
That’s it for now.
If you liked this article, then please subscribe to my YouTube Channel for video tutorials.Paragraph