git add, exceto arquivos
git add --all -- ':!path/to/file1' ':!path/to/file2' ':!path/to/folder1/*'
Abobakr
git add --all -- ':!path/to/file1' ':!path/to/file2' ':!path/to/folder1/*'