Automatically exclude unnecessary Android files when copying data.

This commit is contained in:
Hyperling 2025-01-09 11:37:42 -07:00
parent 3dffbc11db
commit eba289c1d7

View File

@ -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"