I have a problem with the pipeline where it wouldn't checkout the .iac folder. However, when I changed it to iac (from .iac)it worked. Additionally I am seeing that the .azuredevops folder isn't being checkout either.
I thought it may have been related to the .gitignore file. However, I didn't see an entry for either .iac or *.
This is Linux build agent.
My only other thought is that it treats the .* directories as submodules? Or maybe its thinking that it is dotfile?
Any idea? Thanks in advance.