We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd1f48 commit d8346dbCopy full SHA for d8346db
.config/git/ignore
@@ -9,5 +9,6 @@
9
10
.tmp-data/
11
12
+.tmp
13
.DEPLOY.md
14
.MEMO.md
.gitconfig
@@ -4,6 +4,9 @@
4
editor = vim
5
autocrlf = false
6
7
+[init]
8
+ defaultBranch = main
+
[color]
diff = auto
status = auto
@@ -42,3 +45,8 @@
42
45
43
46
[commit]
44
47
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