cjohansson / emacs-ssh-deploy

A deployment plugin via Tramp for Emacs.
GNU General Public License v3.0
154 stars 6 forks source link

Support exclusion lists #19

Closed cjohansson closed 7 years ago

cjohansson commented 7 years ago

Simply a variable which holds paths to exclude or syncing

prestancedesign commented 7 years ago

Hi ! Yeah like .git/ directory, etc because each time I commit with magit, I have this warning :

Warning (ssh-deploy): External file has '/ssh:user@server.fr/.git/COMMIT_EDITMSG' changed, please download or diff
prestancedesign commented 7 years ago

Hi @cjohansson !

Nice, I just updated my Spacemacs packages and I had notice there is a new version of ssh-deploy with the new exclusion feature https://github.com/cjohansson/emacs-ssh-deploy/commit/4c1a539e6f95e4847c13685d2b752e40d2b8aad8 ! :+1:

I will tried that, thank you !

cjohansson commented 7 years ago

Yes, I tried it for a while yesterday and it seems to do the trick. Let me know if you find any issues with it. 👍