Skip to content

Commit d8346db

Browse files
committed
git: update config
1 parent 3bd1f48 commit d8346db

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.config/git/ignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99

1010
.tmp-data/
1111

12+
.tmp
1213
.DEPLOY.md
1314
.MEMO.md

.gitconfig

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
editor = vim
55
autocrlf = false
66

7+
[init]
8+
defaultBranch = main
9+
710
[color]
811
diff = auto
912
status = auto
@@ -42,3 +45,8 @@
4245

4346
[commit]
4447
gpgsign = true
48+
[filter "lfs"]
49+
clean = git-lfs clean -- %f
50+
smudge = git-lfs smudge -- %f
51+
process = git-lfs filter-process
52+
required = true

0 commit comments

Comments
 (0)