#!/bin/sh rsync -av \ ./ \ USER@SERVEUR:/var/www/monprojet/ \ --include=public/build \ --include=vendor \ --exclude-from=.gitignore \ --exclude=".*"