git ajouter sauf les fichiers

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