[FIX] Uses correct syntax for rsync excludes #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-install-script-excludes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Excludes shouldn't have used single quotes (i.e. exclude='.git' -> exclude=.git)
Moved patterns to their own file