Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kesoji/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kesoji committed Jan 17, 2022
2 parents 82ac1f7 + 1f34e1d commit ad08146
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotconfig/rsync/exclude
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
.hidden
.vol
.localized
.gitignore
.gitkeep
*~
*.o
*.out
Expand Down
5 changes: 5 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,8 @@
rebase = false
[ghq]
root = ~/go/src
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true

0 comments on commit ad08146

Please sign in to comment.