Add .git* to excludes when installing

This commit is contained in:
Daniel Carrillo 2019-07-19 17:54:08 +02:00
parent 112e44e752
commit 238595f952
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ function dotfiles()
rsync --exclude "dconf/" \
--exclude ".vscode/" \
--exclude ".git*" \
--exclude "install.sh" \
--exclude "LICENSE" \
--exclude "README.md" \