The hidden files start with a dot like .file.txt
. Using Linux commands, you can see the hidden by typing:
ls -ltra
But if you do not want to see the terminal and see the hidden files from the “finder” you can type:
Command + Shift + .
and the hidden files will appear. If you do not want to see the hidden files anymore, you can simply press again the three buttons Command + Shift + .
.