Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat. request use .gitignore file for ignore_path #17

Open
hardfau1t opened this issue Feb 16, 2022 · 2 comments
Open

feat. request use .gitignore file for ignore_path #17

hardfau1t opened this issue Feb 16, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hardfau1t
Copy link

read .gitignore file in remote to ignore build files,

@KenN7 KenN7 added enhancement New feature or request help wanted Extra attention is needed labels Feb 18, 2022
@KenN7
Copy link
Owner

KenN7 commented Feb 18, 2022

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 ?

@OscarCreator
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants