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

Don't prune if filtered by gitignore #45

Open
Commenter25 opened this issue Nov 20, 2023 · 0 comments
Open

Don't prune if filtered by gitignore #45

Commenter25 opened this issue Nov 20, 2023 · 0 comments

Comments

@Commenter25
Copy link
Contributor

Currently, prune will always delete files that don't exist in the directory being pushed. Ideally, it should ignore files and folders that match the gitignore file. This would allow for keeping files upstream that you don't want to have saved downstream; whether they're too large to keep, changed too little to matter, or are just better uploaded separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant