The ".git" folder is hidden by default.
use:
Get-ChildItem -force
To see hidden folders.
(On linux, files/folders starting with "." are hidden from ls, and you use -a or --all to view them.)
ls
-a
--all