Automatically exclude unnecessary Android files when copying data.
This commit is contained in:
parent
3dffbc11db
commit
eba289c1d7
@ -547,7 +547,7 @@
|
||||
echo -e "\nDone!\n"
|
||||
}
|
||||
alias_clone: |
|
||||
alias clone="rsync -auPhz --delete"
|
||||
alias clone="rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build'"
|
||||
export_hyperling: |
|
||||
export HYPERLING6="2a07:e03:3:80::1"
|
||||
export HYPERLING4="185.130.47.173"
|
||||
|
Loading…
x
Reference in New Issue
Block a user