Skip to content

Commit d86c121

Browse files
committed
Do not sync unnecessary files
1 parent 915c3fb commit d86c121

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.osx

Lines changed: 0 additions & 1 deletion
This file was deleted.

bootstrap.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ function doIt() {
88
rsync --exclude ".git/" \
99
--exclude ".DS_Store" \
1010
--exclude ".macos" \
11-
--exclude ".osx" \
11+
--exclude "bin" \
12+
--exclude "init" \
13+
--exclude "Brewfile" \
1214
--exclude "brew.sh" \
1315
--exclude "bootstrap.sh" \
1416
--exclude "README.md" \

0 commit comments

Comments
 (0)