Skip to content
Snippets Groups Projects
Verified Commit ec704414 authored by nfontrod's avatar nfontrod
Browse files

src/push.rs: exclude some files during the push

parent 8f7a0f26
No related branches found
No related tags found
No related merge requests found
...@@ -542,6 +542,9 @@ pub(crate) fn copy_file( ...@@ -542,6 +542,9 @@ pub(crate) fn copy_file(
"--info=progress2", "--info=progress2",
"--human-readable", "--human-readable",
"--exclude=.gblkconfig", "--exclude=.gblkconfig",
"--exclude=hints*",
"--exclude=index*",
"--exclude=integrity*",
&tmp, &tmp,
&remote_path, &remote_path,
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment