vim-arsync icon indicating copy to clipboard operation
vim-arsync copied to clipboard

feat. request use .gitignore file for ignore_path

Open hardfau1t opened this issue 3 years ago • 2 comments

read .gitignore file in remote to ignore build files,

hardfau1t avatar Feb 16 '22 10:02 hardfau1t

Hi, this behavior is supposed to be covered by the ignore_path configuration

ignore_path     ["build/","test/"]

I dont have much time to implement .gitignore parsing, also i think it could require quite a lot of dev to get full .gitignore format parsing. But if anyone feels like doing it ?

KenN7 avatar Feb 18 '22 09:02 KenN7

This is possible with rsync filter option --filter=':- .gitignore https://stackoverflow.com/questions/13713101/rsync-exclude-according-to-gitignore-hgignore-svnignore-like-filter-c

OscarCreator avatar Apr 05 '23 14:04 OscarCreator