DEV Community

Discussion on: Don't do this when saving your project

Collapse
 
hbaguette profile image
H-Baguette

Unsure if this is what's causing it in this specific instance, but on *nix systems, a file or folder starting with a '.' indicates it should be hidden from the user by default. It's usually used for things like config folders.

Collapse
 
albas99 profile image
Faisal Albasu

Oh, then maybe the issue is on Mac and possibly Windows also

Collapse
 
hbaguette profile image
H-Baguette

IIRC Macs function similarly to *nix, so it wouldn't be surprising if they handled dotfiles the same way, too.