Say, If I have a git repo established in the repository ssh://user@remotehost.com:port/home/user/public_html/,
and I'd like to clone it in my local project's directory, would the appended items in my remote host's .gitignore
be included in the cloning of my public_html/.git
repository?
local$ git clone ssh://user@remotehost.com:port/home/user/public_html/