I know that git (as of 1.8.2) will ignore entire directories (e.g. "bin") at any level using a .gitignore file (in the root directory) that contains something like:
bin/
However, that doesn't seem to work for:
.vs/
Is there special syntax for directories that begin with "."?